Merge branch 'feature/q0-min-coverage' into feature/q0-adv-security

This commit is contained in:
2026-02-14 00:50:33 +00:00
+1
View File
@@ -169,6 +169,7 @@ jobs:
- name: Run coverage report via nox (fail-under 97%)
id: coverage
run: |
mkdir -p build
nox -s coverage_report 2>&1 | tee build/coverage-output.txt
# Extract the single-line CI summary from nox output
grep -E '^(nox > )?COVERAGE (OK|FAILED):' build/coverage-output.txt || true