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
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- name: Run quality gates script
run: |
python scripts/check-quality-gates.py --coverage-min 85 --complexity-max F || echo "Quality gates script not found or failed, skipping..."
python scripts/check-quality-gates.py --coverage-min 97 --complexity-max F || echo "Quality gates script not found or failed, skipping..."
- name: Generate quality trend data
run: |
+2 -2
View File
@@ -664,7 +664,7 @@ Feature: Consolidated Config
Then the ci workflow should reference nox coverage_report session
Scenario: Nightly workflow uses at least 85 percent threshold
Scenario: Nightly workflow uses at least 97 percent threshold
Given the nightly quality workflow file is loaded for coverage check
Then the nightly workflow should use a fail-under of at least 85
Then the nightly workflow should use a fail-under of at least 97