fix: reflection issues with fetch
#1279
Merged
Codecov / codecov/project
succeeded
Mar 10, 2025 in 0s
48.40% (+0.16%) compared to e0d3962
View this Pull Request on Codecov
48.40% (+0.16%) compared to e0d3962
Details
Codecov Report
Attention: Patch coverage is 5.47945%
with 69 lines
in your changes missing coverage. Please review.
Project coverage is 48.40%. Comparing base (
e0d3962
) to head (ee32e56
).
Files with missing lines | Patch % | Lines |
---|---|---|
...in/elide/runtime/plugins/AbstractLanguagePlugin.kt | 0.00% | 38 Missing |
...kotlin/elide/tool/cli/cmd/repl/ToolShellCommand.kt | 0.00% | 31 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1279 +/- ##
==========================================
+ Coverage 48.24% 48.40% +0.16%
==========================================
Files 500 500
Lines 18295 18365 +70
Branches 3236 3265 +29
==========================================
+ Hits 8826 8890 +64
- Misses 8441 8462 +21
+ Partials 1028 1013 -15
Files with missing lines | Coverage Δ | |
---|---|---|
...main/kotlin/elide/runtime/plugins/js/JavaScript.kt | 96.22% <100.00%> (+0.10%) |
⬆️ |
...kotlin/elide/tool/cli/cmd/repl/ToolShellCommand.kt | 42.06% <0.00%> (-1.64%) |
⬇️ |
...in/elide/runtime/plugins/AbstractLanguagePlugin.kt | 0.00% <0.00%> (ø) |
... and 10 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e0d3962...ee32e56. Read the comment docs.
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading