Skip to content

Commit 0a6bee8

Browse files
authored
👷 Configure coverage, error on main tests, don't wait for Smokeshow (#265)
1 parent 27f2e9b commit 0a6bee8

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
@@ -128,14 +128,14 @@ jobs:
128128
- run: uv pip install -r requirements-tests.txt
129129
- run: ls -la coverage
130130
- run: coverage combine coverage
131-
- run: coverage report
132131
- run: coverage html --title "Coverage for ${{ github.sha }}"
133132
- name: Store coverage HTML
134133
uses: actions/upload-artifact@v5
135134
with:
136135
name: coverage-html
137136
path: htmlcov
138137
include-hidden-files: true
138+
- run: coverage report --fail-under=100
139139

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

0 commit comments

Comments
 (0)