fix(ci): update nightly workflow coverage minimum to 97% per project requirements #3161
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user