We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e2563 commit 4f031d0Copy full SHA for 4f031d0
‎.github/workflows/test.yml‎
@@ -118,14 +118,14 @@ jobs:
118
run: uv pip install -r requirements-tests.txt
119
- run: ls -la coverage
120
- run: coverage combine coverage
121
- - run: coverage report
122
- run: coverage html --title "Coverage for ${{ github.sha }}"
123
- name: Store coverage HTML
124
uses: actions/upload-artifact@v5
125
with:
126
name: coverage-html
127
path: htmlcov
128
include-hidden-files: true
+ - run: coverage report --fail-under=100
129
130
# https://github.com/marketplace/actions/alls-green#why
131
alls-green: # This job does nothing and is only used for the branch protection
0 commit comments