Skip to content

Commit 3a81e75

Browse files
committed
👷 Configure coverage, error on main tests, don't wait for Smokeshow
1 parent db484a2 commit 3a81e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.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)