Skip to content

Commit 4f031d0

Browse files
authored
👷 Configure coverage, error on main tests, don't wait for Smokeshow (#26)
1 parent b1e2563 commit 4f031d0

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
@@ -118,14 +118,14 @@ jobs:
118118
run: uv pip install -r requirements-tests.txt
119119
- run: ls -la coverage
120120
- run: coverage combine coverage
121-
- run: coverage report
122121
- run: coverage html --title "Coverage for ${{ github.sha }}"
123122
- name: Store coverage HTML
124123
uses: actions/upload-artifact@v5
125124
with:
126125
name: coverage-html
127126
path: htmlcov
128127
include-hidden-files: true
128+
- run: coverage report --fail-under=100
129129

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

0 commit comments

Comments
 (0)