ci(M02): set coverage baseline 33%, defer 60% to M04

Made-with: Cursor
This commit is contained in:
Michael Cahill 2026-03-08 15:53:22 -07:00
parent fa0575c929
commit 7484170dda
3 changed files with 4 additions and 2 deletions

View file

@ -88,7 +88,8 @@ jobs:
run: |
python -m coverage combine .coverage*
python -m coverage report -i
python -m coverage report --fail-under=60 -i
# 33% = current baseline - 2% margin; raise to 60% in M04
python -m coverage report --fail-under=33 -i
python -m coverage html -i
- name: Upload main app output
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02