Skip to content

Commit ba5e97d

Browse files
authored
👷 Configure coverage, error on main tests, don't wait for Smokeshow (#1683)
1 parent 90613a4 commit ba5e97d

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
@@ -124,14 +124,14 @@ jobs:
124124
run: uv pip install -r requirements-tests.txt
125125
- run: ls -la coverage
126126
- run: coverage combine coverage
127-
- run: coverage report
128127
- run: coverage html --title "Coverage for ${{ github.sha }}"
129128
- name: Store coverage HTML
130129
uses: actions/upload-artifact@v5
131130
with:
132131
name: coverage-html
133132
path: htmlcov
134133
include-hidden-files: true
134+
- run: coverage report --fail-under=99
135135

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

0 commit comments

Comments
 (0)