Skip to content

CBMC version 5.72.2 #7436

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
Dec 14, 2022
Merged

CBMC version 5.72.2 #7436

merged 1 commit into from
Dec 14, 2022

Conversation

TGWDB
Copy link
Contributor

@TGWDB TGWDB commented Dec 13, 2022

  • Each commit message has a non-empty body, explaining why the change was made.
  • 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.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@TGWDB TGWDB requested a review from a team as a code owner December 13, 2022 20:48
@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Base: 78.38% // Head: 78.40% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (b3ee613) compared to base (2a745f8).
Patch coverage: 71.33% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7436      +/-   ##
===========================================
+ Coverage    78.38%   78.40%   +0.02%     
===========================================
  Files         1659     1659              
  Lines       190372   190383      +11     
===========================================
+ Hits        149217   149276      +59     
+ Misses       41155    41107      -48     
Impacted Files Coverage Δ
src/goto-checker/solver_factory.h 100.00% <ø> (ø)
src/solvers/smt2_incremental/smt_solver_process.h 100.00% <ø> (ø)
src/cpp/parse.cpp 69.09% <48.64%> (+0.28%) ⬆️
src/goto-checker/solver_factory.cpp 82.01% <80.00%> (ø)
src/ansi-c/c_typecheck_base.cpp 83.10% <85.71%> (ø)
src/ansi-c/parser.y 80.99% <100.00%> (+0.09%) ⬆️
src/ansi-c/scanner.l 63.46% <100.00%> (+0.06%) ⬆️
src/goto-instrument/contracts/contracts.cpp 95.38% <100.00%> (ø)
src/goto-programs/builtin_functions.cpp 60.68% <100.00%> (ø)
...c/solvers/smt2_incremental/convert_expr_to_smt.cpp 89.50% <100.00%> (+6.01%) ⬆️
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TGWDB TGWDB merged commit dcf0287 into diffblue:develop Dec 14, 2022
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