Skip to content

test(jsgc-derive): add tests

40d5a63
Select commit
Loading
Failed to load commit list.
Merged

feat(jsgc-derive): add jsgc-derive #768

test(jsgc-derive): add tests
40d5a63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 25, 2026 in 0s

75.63% (+0.03%) compared to 2359005

View this Pull Request on Codecov

75.63% (+0.03%) compared to 2359005

Details

Codecov Report

❌ Patch coverage is 64.96350% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.63%. Comparing base (2359005) to head (40d5a63).

Files with missing lines Patch % Lines
libs/jsgc/src/trace.rs 43.24% 21 Missing ⚠️
libs/jsgc/src/handle.rs 42.85% 8 Missing ⚠️
libs/jsruntime/src/types/promise.rs 0.00% 5 Missing ⚠️
libs/jsruntime/src/types/coroutine.rs 0.00% 4 Missing ⚠️
libs/jsgc-derive/src/lib.rs 92.10% 3 Missing ⚠️
libs/jsruntime/src/types/capture.rs 0.00% 3 Missing ⚠️
libs/jsruntime/src/types/closure.rs 25.00% 2 Missing and 1 partial ⚠️
libs/jsruntime/src/types/object.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #768      +/-   ##
==========================================
+ Coverage   75.60%   75.63%   +0.03%     
==========================================
  Files          93       95       +2     
  Lines       28994    29032      +38     
  Branches    28994    29032      +38     
==========================================
+ Hits        21920    21958      +38     
- Misses       6751     6764      +13     
+ Partials      323      310      -13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.