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

feat!: Move int conversions to conversions ext, add to/from usize #1490

Merged
merged 5 commits into from
Aug 30, 2024

use option for log_width, add getter

21c3756
Select commit
Loading
Failed to load commit list.
Merged

feat!: Move int conversions to conversions ext, add to/from usize #1490

use option for log_width, add getter
21c3756
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 30, 2024 in 0s

87.20% (-0.04%) compared to aca403a

View this Pull Request on Codecov

87.20% (-0.04%) compared to aca403a

Details

Codecov Report

Attention: Patch coverage is 84.30233% with 27 lines in your changes missing coverage. Please review.

Project coverage is 87.20%. Comparing base (aca403a) to head (21c3756).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...td_extensions/arithmetic/conversions/const_fold.rs 82.17% 11 Missing and 7 partials ⚠️
...-core/src/std_extensions/arithmetic/conversions.rs 85.93% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1490      +/-   ##
==========================================
- Coverage   87.24%   87.20%   -0.04%     
==========================================
  Files         125      125              
  Lines       21352    21384      +32     
  Branches    18380    18412      +32     
==========================================
+ Hits        18628    18648      +20     
- Misses       1950     1969      +19     
+ Partials      774      767       -7     

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