We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979613d commit 5b40872Copy full SHA for 5b40872
1 file changed
‎.github/workflows/test.yml‎
@@ -107,14 +107,14 @@ jobs:
107
- run: uv sync --locked --all-extras --dev
108
- run: ls -la coverage
109
- run: uv run coverage combine coverage
110
- - run: uv run coverage report
111
- run: uv run coverage html --title "Coverage for ${{ github.sha }}"
112
- name: Store coverage HTML
113
uses: actions/upload-artifact@v4
114
with:
115
name: coverage-html
116
path: htmlcov
117
include-hidden-files: true
+ - run: uv run coverage report --fail-under=100
118
119
# https://github.com/marketplace/actions/alls-green#why
120
check: # This job does nothing and is only used for the branch protection
0 commit comments