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(utils): use | 0 instead of Math.floor #3605

Merged
merged 1 commit into from
Nov 2, 2024

perf(utils): use `| 0` instead of `Math.floor`

574f1a5
Select commit
Loading
Failed to load commit list.
Merged

perf(utils): use | 0 instead of Math.floor #3605

perf(utils): use `| 0` instead of `Math.floor`
574f1a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 1s

94.71% (target 75.00%)

View this Pull Request on Codecov

94.71% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.71%. Comparing base (4dd8b2b) to head (574f1a5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3605   +/-   ##
=======================================
  Coverage   94.71%   94.71%           
=======================================
  Files         158      158           
  Lines        9555     9555           
  Branches     2813     2781   -32     
=======================================
  Hits         9050     9050           
  Misses        505      505           

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