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

Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script #3791

Merged
merged 9 commits into from
Apr 5, 2024

cargo fmt

56f3cde
Select commit
Loading
Failed to load commit list.
Merged

Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script #3791

cargo fmt
56f3cde
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 5, 2024 in 0s

50.23% (+2.98%) compared to 6ddc2b4

View this Pull Request on Codecov

50.23% (+2.98%) compared to 6ddc2b4

Details

Codecov Report

Attention: Patch coverage is 73.68421% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 50.23%. Comparing base (6ddc2b4) to head (56f3cde).
Report is 120 commits behind head on main.

Files Patch % Lines
core/engine/src/module/loader.rs 78.12% 7 Missing ⚠️
core/engine/src/script.rs 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3791      +/-   ##
==========================================
+ Coverage   47.24%   50.23%   +2.98%     
==========================================
  Files         476      456      -20     
  Lines       46892    44816    -2076     
==========================================
+ Hits        22154    22513     +359     
+ Misses      24738    22303    -2435     

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