[claude] Enforce coverage threshold in CI workflow (#935) #1061
Reference in New Issue
Block a user
Delete Branch "claude/issue-935"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #935
Summary
.github/workflows/tests.ymlreports/coverage.xmlafter tests pass and fails the build if line coverage drops below 60%id: teststo the test step so the coverage check only runs when tests succeedxml.etree.ElementTreeNote:
tox -e cialready enforces 73% via--cov-fail-under, but this adds an explicit, visible workflow step for the 60% floor as a safety net.