Skip to content

Commit ea5ce81

Browse files
authored
👷 Configure coverage, error on main tests, don't wait for Smokeshow (#24)
1 parent f7de910 commit ea5ce81

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
@@ -114,14 +114,14 @@ jobs:
114114
run: uv pip install -r requirements-tests.txt
115115
- run: ls -la coverage
116116
- run: coverage combine coverage
117-
- run: coverage report
118117
- run: coverage html --title "Coverage for ${{ github.sha }}"
119118
- name: Store coverage HTML
120119
uses: actions/upload-artifact@v5
121120
with:
122121
name: coverage-html
123122
path: htmlcov
124123
include-hidden-files: true
124+
- run: coverage report --fail-under=100
125125

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

0 commit comments

Comments
 (0)