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

Implement synthetic modules #3294

Merged
merged 3 commits into from
Oct 15, 2023

Fix example

88874ae
Select commit
Loading
Failed to load commit list.
Merged

Implement synthetic modules #3294

Fix example
88874ae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2023 in 0s

45.86% (-0.20%) compared to afb9283

View this Pull Request on Codecov

45.86% (-0.20%) compared to afb9283

Details

Codecov Report

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

Comparison is base (afb9283) 46.05% compared to head (88874ae) 45.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3294      +/-   ##
==========================================
- Coverage   46.05%   45.86%   -0.20%     
==========================================
  Files         474      477       +3     
  Lines       48742    48944     +202     
==========================================
  Hits        22450    22450              
- Misses      26292    26494     +202     
Files Coverage Δ
boa_engine/src/lib.rs 73.33% <ø> (ø)
boa_examples/src/bin/modules.rs 0.00% <ø> (ø)
boa_engine/src/module/source.rs 0.00% <0.00%> (ø)
boa_engine/src/module/mod.rs 0.00% <0.00%> (-3.20%) ⬇️
boa_engine/src/module/loader.rs 10.90% <10.90%> (ø)
boa_examples/src/bin/synthetic.rs 0.00% <0.00%> (ø)
boa_engine/src/module/synthetic.rs 0.00% <0.00%> (ø)

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