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

perf(build): Use WebWorker when removing private fields #3821

Merged
merged 2 commits into from
Jan 17, 2025

Update build/remove-private-fields.ts

36f2a72
Select commit
Loading
Failed to load commit list.
Merged

perf(build): Use WebWorker when removing private fields #3821

Update build/remove-private-fields.ts
36f2a72
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

91.30% (target 75.00%)

View this Pull Request on Codecov

91.30% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 48.91304% with 47 lines in your changes missing coverage. Please review.

Project coverage is 91.30%. Comparing base (2ead4d8) to head (36f2a72).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
build/remove-private-fields.ts 0.00% 32 Missing ⚠️
build/remove-private-fields-worker.ts 75.00% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3821      +/-   ##
==========================================
- Coverage   91.71%   91.30%   -0.41%     
==========================================
  Files         160      161       +1     
  Lines       10195    10241      +46     
  Branches     2885     2848      -37     
==========================================
+ Hits         9350     9351       +1     
- Misses        844      889      +45     
  Partials        1        1              

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