Skip to content

Commit 397ba05

Browse files
committed
Github CI: Removed unwanted parameter to converage report generation command
1 parent f524403 commit 397ba05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: coverage-html
7575
path: htmlcov
7676
include-hidden-files: true
77-
- run: uv run coverage report --fail-under=100
77+
- run: uv run coverage report
7878

7979
# https://github.com/marketplace/actions/alls-green#why
8080
check: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)