Skip to content

Conversation

NlightNFotis
Copy link
Contributor

  • 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.

@NlightNFotis NlightNFotis self-assigned this Apr 29, 2022
@NlightNFotis NlightNFotis requested a review from a team as a code owner April 29, 2022 12:21
@codecov
Copy link

codecov bot commented Apr 29, 2022

Codecov Report

Merging #6837 (2e306c6) into develop (e5f91f2) will not change coverage.
The diff coverage is 87.50%.

@@           Coverage Diff            @@
##           develop    #6837   +/-   ##
========================================
  Coverage    77.04%   77.04%           
========================================
  Files         1594     1594           
  Lines       185276   185276           
========================================
  Hits        142748   142748           
  Misses       42528    42528           
Impacted Files Coverage Δ
src/solvers/flattening/bv_pointers.h 100.00% <ø> (ø)
src/solvers/flattening/pointer_logic.h 72.72% <50.00%> (ø)
src/solvers/flattening/pointer_logic.cpp 91.35% <85.71%> (ø)
src/goto-programs/goto_trace.cpp 81.51% <100.00%> (ø)
src/solvers/flattening/bv_pointers.cpp 85.16% <100.00%> (ø)
src/solvers/smt2/smt2_conv.cpp 67.48% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da7edc5...2e306c6. Read the comment docs.

@NlightNFotis NlightNFotis merged commit 8a41865 into diffblue:develop Apr 29, 2022
@NlightNFotis NlightNFotis deleted the cbmc-5.56.0 branch April 29, 2022 14:58
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.

3 participants