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 673b4aa commit f5e5c0bCopy full SHA for f5e5c0b
.github/workflows/test.yml
@@ -106,14 +106,14 @@ jobs:
106
- run: uv pip install -r requirements-tests.txt
107
- run: ls -la coverage
108
- run: coverage combine coverage
109
- - run: coverage report
110
- run: coverage html --title "Coverage for ${{ github.sha }}"
111
- name: Store coverage HTML
112
uses: actions/upload-artifact@v4
113
with:
114
name: coverage-html
115
path: htmlcov
116
include-hidden-files: true
+ - run: coverage report --fail-under=100
117
118
# https://github.com/marketplace/actions/alls-green#why
119
check: # This job does nothing and is only used for the branch protection
0 commit comments