Skip to content

Commit 56ec15d

Browse files
ci: Require 100% code coverage
Now that every line and branch in injector is exercised, raise the --cov-fail-under gate from 90 to 100 so coverage regressions fail PRs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c37edc5 commit 56ec15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pytest]
2-
addopts = -v --tb=native --doctest-glob=*.md --doctest-modules --cov-report term --cov-report html --cov-report xml --cov=injector --cov-branch --cov-fail-under=90
2+
addopts = -v --tb=native --doctest-glob=*.md --doctest-modules --cov-report term --cov-report html --cov-report xml --cov=injector --cov-branch --cov-fail-under=100
33
norecursedirs = __pycache__ *venv* .git build

0 commit comments

Comments
 (0)