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

Introduce floatbv_round_to_integral_exprt #8538

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Introduce floatbv_round_to_integral_exprt

8b80200
Select commit
Loading
Failed to load commit list.
Open

Introduce floatbv_round_to_integral_exprt #8538

Introduce floatbv_round_to_integral_exprt
8b80200
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 5, 2025 in 0s

78.94% (+0.01%) compared to af4e2e4

View this Pull Request on Codecov

78.94% (+0.01%) compared to af4e2e4

Details

Codecov Report

Attention: Patch coverage is 88.97638% with 28 lines in your changes missing coverage. Please review.

Project coverage is 78.94%. Comparing base (af4e2e4) to head (8b80200).

Files with missing lines Patch % Lines
src/solvers/smt2/smt2_conv.cpp 8.33% 11 Missing ⚠️
src/solvers/smt2/smt2_parser.cpp 12.50% 7 Missing ⚠️
src/util/ieee_float.cpp 82.14% 5 Missing ⚠️
src/ansi-c/c_typecheck_expr.cpp 75.00% 3 Missing ⚠️
src/solvers/flattening/boolbv_floatbv_op.cpp 87.50% 1 Missing ⚠️
unit/util/ieee_float.cpp 98.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8538      +/-   ##
===========================================
+ Coverage    78.92%   78.94%   +0.01%     
===========================================
  Files         1732     1732              
  Lines       198958   199206     +248     
  Branches     18543    18609      +66     
===========================================
+ Hits        157037   157266     +229     
- Misses       41921    41940      +19     

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