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