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 common parts from the Rounding class into a separate 'round' package #11023

Merged
merged 6 commits into from
Nov 15, 2023

Replace assert with IllegalArgumentException for size checks

370cdad
Select commit
Loading
Failed to load commit list.
Merged

Refactor common parts from the Rounding class into a separate 'round' package #11023

Replace assert with IllegalArgumentException for size checks
370cdad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2023 in 0s

71.17% (target 70.00%)

View this Pull Request on Codecov

71.17% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (39308bf) 71.22% compared to head (370cdad) 71.17%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11023      +/-   ##
============================================
- Coverage     71.22%   71.17%   -0.05%     
+ Complexity    58862    58842      -20     
============================================
  Files          4885     4888       +3     
  Lines        277199   277201       +2     
  Branches      40285    40282       -3     
============================================
- Hits         197435   197310     -125     
- Misses        63297    63415     +118     
- Partials      16467    16476       +9     

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