Skip to content

reduce default verbosity of cprover binary #8352

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

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

kroening
Copy link
Member

This sets a new default for the verbosity of the cprover binary, to match the level of the cbmc binary.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@kroening kroening force-pushed the cprover-reduce-verbosity branch from 18bf9b1 to 911dbc9 Compare June 20, 2024 21:20
This sets a new default for the verbosity of the cprover binary, to match
the level of the cbmc binary.
@kroening kroening force-pushed the cprover-reduce-verbosity branch from 911dbc9 to cfbbeb4 Compare June 20, 2024 21:41
@kroening kroening marked this pull request as ready for review June 20, 2024 21:53
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.36%. Comparing base (2ffc4c9) to head (cfbbeb4).
Report is 6 commits behind head on develop.

Files Patch % Lines
src/cprover/cprover_parse_options.cpp 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8352      +/-   ##
===========================================
+ Coverage    78.09%   78.36%   +0.27%     
===========================================
  Files         1726     1726              
  Lines       189039   188384     -655     
  Branches     18399    18446      +47     
===========================================
+ Hits        147629   147631       +2     
+ Misses       41410    40753     -657     

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

@kroening kroening merged commit ef327f6 into develop Jun 21, 2024
39 of 41 checks passed
@kroening kroening deleted the cprover-reduce-verbosity branch June 21, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants