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

Remove double indirection in module types #3640

Merged
merged 3 commits into from
Feb 2, 2024

cargo fmt

a19bb58
Select commit
Loading
Failed to load commit list.
Merged

Remove double indirection in module types #3640

cargo fmt
a19bb58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 31, 2024 in 0s

47.30% (+0.02%) compared to dc1c484

View this Pull Request on Codecov

47.30% (+0.02%) compared to dc1c484

Details

Codecov Report

Attention: 308 lines in your changes are missing coverage. Please review.

Comparison is base (dc1c484) 47.27% compared to head (a19bb58) 47.30%.
Report is 2 commits behind head on main.

Files Patch % Lines
core/engine/src/module/source.rs 0.00% 224 Missing ⚠️
core/engine/src/module/synthetic.rs 0.00% 56 Missing ⚠️
core/engine/src/module/mod.rs 0.00% 25 Missing ⚠️
core/gc/src/trace.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3640      +/-   ##
==========================================
+ Coverage   47.27%   47.30%   +0.02%     
==========================================
  Files         476      476              
  Lines       46798    46834      +36     
==========================================
+ Hits        22123    22153      +30     
- Misses      24675    24681       +6     

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