Skip to content

Commit 76e94dc

Browse files
committed
WIP
1 parent f79fd43 commit 76e94dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
--basic-auth="trac-test,$(pwd)/trac-test/htpasswd," \
5858
$(pwd)/trac-test
5959
60-
- run: uv run pytest --cov --cov-fail=95
60+
- run: uv run pytest --cov --cov-fail-under=95
6161

6262
- run: kill $(cat tracd.pid)
6363
if: always()

0 commit comments

Comments
 (0)