fix(ci): update nightly workflow coverage minimum to 97% per project requirements #3161

Merged
freemo merged 1 commits from fix/nightly-coverage-min-threshold into master 2026-04-05 21:10:08 +00:00

1 Commits

Author SHA1 Message Date
freemo f97847c24a fix(ci): update nightly workflow coverage minimum to 97% per project requirements
CI / lint (pull_request) Successful in 22s
CI / typecheck (pull_request) Successful in 52s
CI / quality (pull_request) Successful in 36s
CI / build (pull_request) Successful in 22s
CI / security (pull_request) Successful in 1m3s
CI / helm (pull_request) Successful in 23s
CI / unit_tests (pull_request) Successful in 6m42s
CI / coverage (pull_request) Successful in 10m51s
CI / docker (pull_request) Successful in 1m22s
CI / e2e_tests (pull_request) Successful in 17m16s
CI / integration_tests (pull_request) Successful in 23m11s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 57m9s
Update the nightly workflow quality gates script invocation to use
--coverage-min 97 instead of --coverage-min 85, aligning it with the
project's required COVERAGE_THRESHOLD = 97 defined in noxfile.py.

Also update the consolidated_config.feature BDD scenario to assert
the nightly workflow uses at least 97% (not 85%) to properly enforce
the coverage threshold requirement.

ISSUES CLOSED: #2769
2026-04-05 07:05:02 +00:00