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 enum op traits for floats + conversions #755

Merged
merged 1 commit into from
Dec 21, 2023

refactor!: use enum op traits for floats + conversions

2ea1b44
Select commit
Loading
Failed to load commit list.
Merged

refactor!: use enum op traits for floats + conversions #755

refactor!: use enum op traits for floats + conversions
2ea1b44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 21, 2023 in 1s

84.07% (-0.27%) compared to 268f120

View this Pull Request on Codecov

84.07% (-0.27%) compared to 268f120

Details

Codecov Report

Attention: 34 lines in your changes are missing coverage. Please review.

Comparison is base (268f120) 84.33% compared to head (2ea1b44) 84.07%.

Files Patch % Lines
src/std_extensions/arithmetic/conversions.rs 48.93% 23 Missing and 1 partial ⚠️
src/std_extensions/arithmetic/float_ops.rs 75.60% 9 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #755      +/-   ##
==========================================
- Coverage   84.33%   84.07%   -0.27%     
==========================================
  Files          67       67              
  Lines       13218    13159      -59     
  Branches    13218    13159      -59     
==========================================
- Hits        11148    11064      -84     
- Misses       1287     1310      +23     
- Partials      783      785       +2     

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