Skip to content

Commit 8499fca

Browse files
Coverage workflow tweaks
- Correct dependencies of codecov-upload job - Ensure coverage is evaluated on pushes to master
1 parent 217e791 commit 8499fca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Coverage
22
on:
33
pull_request: {}
4+
push:
5+
branches: ["master"]
46
workflow_dispatch: {}
57
env:
68
UV_PYTHON_PREFERENCE: only-system
@@ -80,7 +82,7 @@ jobs:
8082
actions: write
8183
contents: read
8284
runs-on: ubuntu-latest
83-
needs: [pytest-coverage]
85+
needs: [pytest-coverage,pytest-coverage-multilib]
8486
steps:
8587
# checkout necessary to ensure the uploaded report contains the correct paths
8688
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)