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

feat: move ensure runtime to entry #1660

Merged
merged 14 commits into from
Nov 13, 2024

refactor: 🎨 extract module ensure map

beae8ce
Select commit
Loading
Failed to load commit list.
Merged

feat: move ensure runtime to entry #1660

refactor: 🎨 extract module ensure map
beae8ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 5, 2024 in 0s

55.54% (-0.10%) compared to ca0914f

View this Pull Request on Codecov

55.54% (-0.10%) compared to ca0914f

Details

Codecov Report

Attention: Patch coverage is 44.44444% with 65 lines in your changes missing coverage. Please review.

Project coverage is 55.54%. Comparing base (ca0914f) to head (beae8ce).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
crates/mako/src/plugins/central_ensure.rs 0.00% 30 Missing ⚠️
crates/mako/src/generate/hmr.rs 0.00% 10 Missing ⚠️
crates/mako/src/visitors/dynamic_import.rs 80.00% 8 Missing ⚠️
crates/mako/src/generate/transform.rs 65.00% 7 Missing ⚠️
crates/mako/src/plugins/bundless_compiler.rs 0.00% 5 Missing ⚠️
crates/mako/src/visitors/dep_replacer.rs 55.55% 4 Missing ⚠️
crates/mako/src/compiler.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1660      +/-   ##
==========================================
- Coverage   55.63%   55.54%   -0.10%     
==========================================
  Files         173      174       +1     
  Lines       17528    17580      +52     
==========================================
+ Hits         9752     9765      +13     
- Misses       7776     7815      +39     

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