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