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

Improve printf formatter #8205

Merged
merged 2 commits into from
Mar 19, 2024

Support length modifiers in printf formatting

00ae5a8
Select commit
Loading
Failed to load commit list.
Merged

Improve printf formatter #8205

Support length modifiers in printf formatting
00ae5a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 19, 2024 in 0s

79.64% (-0.01%) compared to c7d8e2e

View this Pull Request on Codecov

79.64% (-0.01%) compared to c7d8e2e

Details

Codecov Report

Attention: Patch coverage is 63.96396% with 40 lines in your changes are missing coverage. Please review.

Project coverage is 79.64%. Comparing base (c7d8e2e) to head (00ae5a8).

Files Patch % Lines
src/goto-programs/printf_formatter.cpp 62.61% 40 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8205      +/-   ##
===========================================
- Coverage    79.64%   79.64%   -0.01%     
===========================================
  Files         1684     1684              
  Lines       195582   195661      +79     
===========================================
+ Hits        155777   155837      +60     
- Misses       39805    39824      +19     

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