Skip to content

Allow --stop-on-defect, --stop-on-error, etc. to accept an optional threshold#6566

Draft
sebastianbergmann wants to merge 2 commits intomainfrom
issue-6459/allow-optional-threshold-for-stop-on-cli-options
Draft

Allow --stop-on-defect, --stop-on-error, etc. to accept an optional threshold#6566
sebastianbergmann wants to merge 2 commits intomainfrom
issue-6459/allow-optional-threshold-for-stop-on-cli-options

Conversation

@sebastianbergmann
Copy link
Copy Markdown
Owner

@sebastianbergmann sebastianbergmann commented Apr 5, 2026

Closes #6459.

@sebastianbergmann sebastianbergmann added type/enhancement A new idea that should be implemented feature/test-runner CLI test runner labels Apr 5, 2026
@sebastianbergmann
Copy link
Copy Markdown
Owner Author

@kkmuffme Is this what you had in mind? Thank you!

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.93%. Comparing base (043a636) to head (cda4176).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6566      +/-   ##
============================================
+ Coverage     96.90%   96.93%   +0.02%     
+ Complexity     7604     7598       -6     
============================================
  Files           819      819              
  Lines         23512    23526      +14     
============================================
+ Hits          22785    22804      +19     
+ Misses          727      722       -5     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature/test-runner CLI test runner type/enhancement A new idea that should be implemented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow numeric value for stopOnDefect,...

1 participant