Add more utility functions around modules and exports #3937
Codecov / codecov/project
succeeded
Aug 6, 2024 in 0s
51.62% (+4.37%) compared to 6ddc2b4
View this Pull Request on Codecov
51.62% (+4.37%) compared to 6ddc2b4
Details
Codecov Report
Attention: Patch coverage is 87.09677%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 51.62%. Comparing base (
6ddc2b4
) to head (899eab9
).
Report is 225 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
core/engine/src/object/builtins/jsfunction.rs | 83.33% | 2 Missing |
core/engine/src/module/mod.rs | 87.50% | 1 Missing |
core/engine/src/object/builtins/jspromise.rs | 87.50% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #3937 +/- ##
==========================================
+ Coverage 47.24% 51.62% +4.37%
==========================================
Files 476 468 -8
Lines 46892 44999 -1893
==========================================
+ Hits 22154 23230 +1076
+ Misses 24738 21769 -2969
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Loading