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 27f2e9b commit 0a6bee8Copy full SHA for 0a6bee8
‎.github/workflows/test.yml‎
@@ -128,14 +128,14 @@ jobs:
128
- run: uv pip install -r requirements-tests.txt
129
- run: ls -la coverage
130
- run: coverage combine coverage
131
- - run: coverage report
132
- run: coverage html --title "Coverage for ${{ github.sha }}"
133
- name: Store coverage HTML
134
uses: actions/upload-artifact@v5
135
with:
136
name: coverage-html
137
path: htmlcov
138
include-hidden-files: true
+ - run: coverage report --fail-under=100
139
140
# https://github.com/marketplace/actions/alls-green#why
141
check: # This job does nothing and is only used for the branch protection
0 commit comments