ci: enforce documented Gate 2 coverage floors

This commit is contained in:
Joseph Magly
2026-08-15 02:31:55 -04:00
parent 885390a0e2
commit e2da92af52
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -328,8 +328,8 @@ jobs:
fi
"$TEST_ENV/bin/python" scripts/check_coverage_thresholds.py \
"test-results/coverage-py${{ matrix.python-version }}.json" \
--min-line 70 \
--min-branch 55 \
--min-line 75 \
--min-branch 60 \
--min-file obliteratus/device.py=70 \
--min-file obliteratus/models/loader.py=70 \
--min-file obliteratus/architecture_profiles.py=70 \