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