We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79fd43 commit 76e94dcCopy full SHA for 76e94dc
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
--basic-auth="trac-test,$(pwd)/trac-test/htpasswd," \
58
$(pwd)/trac-test
59
60
- - run: uv run pytest --cov --cov-fail=95
+ - run: uv run pytest --cov --cov-fail-under=95
61
62
- run: kill $(cat tracd.pid)
63
if: always()
0 commit comments