Skip to content

Commit f48e8f0

Browse files
authored
👷 Configure coverage, error on main tests, don't wait for Smokeshow (#435)
1 parent 8cd6154 commit f48e8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
run: uv pip install -r requirements-tests.txt
110110
- run: ls -la coverage
111111
- run: coverage combine coverage
112-
- run: coverage report
113112
- run: coverage html --title "Coverage for ${{ github.sha }}"
114113
- name: Store coverage HTML
115114
uses: actions/upload-artifact@v5
116115
with:
117116
name: coverage-html
118117
path: htmlcov
119118
include-hidden-files: true
119+
- run: coverage report --fail-under=100
120120

121121
# https://github.com/marketplace/actions/alls-green#why
122122
alls-green: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)