Skip to content

Conversation

tautschnig
Copy link
Collaborator

This extends the existing remove-function-body option in goto-instrument with support for regular expressions to specify a broader set of functions.

  • 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).
  • n/a 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.

Copy link

codecov bot commented Sep 12, 2025

Codecov Report

❌ Patch coverage is 86.66667% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.40%. Comparing base (6c3978f) to head (61bd09f).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
src/goto-instrument/remove_function.cpp 84.61% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #8712   +/-   ##
========================================
  Coverage    80.39%   80.40%           
========================================
  Files         1688     1688           
  Lines       207411   207441   +30     
  Branches        73       73           
========================================
+ Hits        166757   166783   +26     
- Misses       40654    40658    +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tautschnig
Copy link
Collaborator Author

Requires #8711 for CI to pass.

@tautschnig tautschnig force-pushed the remove-function-body-regex branch 2 times, most recently from 99d8898 to 3af921d Compare September 12, 2025 18:26
@tautschnig tautschnig force-pushed the remove-function-body-regex branch from 3af921d to 9c0feb1 Compare September 13, 2025 20:21
This extends the existing `remove-function-body` option in
`goto-instrument` with support for regular expressions to specify a
broader set of functions.
@tautschnig tautschnig force-pushed the remove-function-body-regex branch from 9c0feb1 to 61bd09f Compare September 13, 2025 20:24
@tautschnig tautschnig merged commit 43cb7a6 into diffblue:develop Sep 15, 2025
41 checks passed
@tautschnig tautschnig deleted the remove-function-body-regex branch September 15, 2025 08:40
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