Skip to content

Commit f5e5c0b

Browse files
committed
👷 Configure coverage, error on main tests, don't wait for Smokeshow
1 parent 673b4aa commit f5e5c0b

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
@@ -106,14 +106,14 @@ jobs:
106106
- run: uv pip install -r requirements-tests.txt
107107
- run: ls -la coverage
108108
- run: coverage combine coverage
109-
- run: coverage report
110109
- run: coverage html --title "Coverage for ${{ github.sha }}"
111110
- name: Store coverage HTML
112111
uses: actions/upload-artifact@v4
113112
with:
114113
name: coverage-html
115114
path: htmlcov
116115
include-hidden-files: true
116+
- run: coverage report --fail-under=100
117117

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

0 commit comments

Comments
 (0)