Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a js_class to implement the Class trait without boilerplate #3872

Merged
merged 7 commits into from
Jul 8, 2024

Address comment and get rid of unwraps

79f1586
Select commit
Loading
Failed to load commit list.
Merged

Add a js_class to implement the Class trait without boilerplate #3872

Address comment and get rid of unwraps
79f1586
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2024 in 16s

51.19% (+3.94%) compared to 6ddc2b4

View this Pull Request on Codecov

51.19% (+3.94%) compared to 6ddc2b4

Details

Codecov Report

Attention: Patch coverage is 58.82353% with 7 lines in your changes missing coverage. Please review.

Project coverage is 51.19%. Comparing base (6ddc2b4) to head (79f1586).
Report is 190 commits behind head on main.

Files Patch % Lines
core/interop/src/lib.rs 53.33% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3872      +/-   ##
==========================================
+ Coverage   47.24%   51.19%   +3.94%     
==========================================
  Files         476      470       -6     
  Lines       46892    45401    -1491     
==========================================
+ Hits        22154    23242    +1088     
+ Misses      24738    22159    -2579     

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