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

refactor: use # for private methods to reduce the minified file size #3596

Merged
merged 6 commits into from
Nov 2, 2024

make `#newResponse` as `#method() {}` style

96006d7
Select commit
Loading
Failed to load commit list.
Merged

refactor: use # for private methods to reduce the minified file size #3596

make `#newResponse` as `#method() {}` style
96006d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2024 in 0s

89.74% (target 75.00%)

View this Pull Request on Codecov

89.74% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.74%. Comparing base (01277aa) to head (96006d7).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3596      +/-   ##
==========================================
- Coverage   94.71%   89.74%   -4.97%     
==========================================
  Files         158      158              
  Lines        9552    10086     +534     
  Branches     2825     2809      -16     
==========================================
+ Hits         9047     9052       +5     
- Misses        505     1034     +529     

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