Skip to content

feat: add regression gate option to diagnostic diff tool#9

Open
rohitdev14 wants to merge 1 commit into
snkk2x-collab:mainfrom
rohitdev14:bounty-fix/2-1781921755458
Open

feat: add regression gate option to diagnostic diff tool#9
rohitdev14 wants to merge 1 commit into
snkk2x-collab:mainfrom
rohitdev14:bounty-fix/2-1781921755458

Conversation

@rohitdev14

Copy link
Copy Markdown

Adds --fail-on-regression CLI option to diagnostic_diff.py to enable automated CI validation of build quality. The tool now detects regressions (pass→fail/error/missing status changes and removal of previously passing modules) and exits with status code 1 when the flag is enabled. A JSON-compatible regressions field is included in the comparison output. Default behavior remains unchanged when the option is not provided. Includes test fixtures for pass→fail, fail→pass, unchanged failure, and missing module scenarios per acceptance criteria.


Closes #2

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.

[$20 BOUNTY] [Python] Add diagnostic diff regression gate option

1 participant