Skip to content

Commit bc8f36c

Browse files
authored
Test coverage on branch should be 100% (#1141)
1 parent e2d9e52 commit bc8f36c

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
@@ -212,7 +212,7 @@ jobs:
212212
path: index.html
213213

214214
- run: uv run coverage report --fail-under 95
215-
- run: uv run diff-cover coverage.xml --fail-under 95
215+
- run: uv run diff-cover coverage.xml --fail-under 100
216216

217217
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
218218
check:

0 commit comments

Comments
 (0)