We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99930ae commit 32d7675Copy full SHA for 32d7675
.github/workflows/coverage.yml
@@ -1,6 +1,8 @@
1
name: Coverage
2
on:
3
pull_request: {}
4
+ push:
5
+ branches: ["master"]
6
workflow_dispatch: {}
7
env:
8
UV_PYTHON_PREFERENCE: only-system
@@ -80,7 +82,7 @@ jobs:
80
82
actions: write
81
83
contents: read
84
runs-on: ubuntu-latest
- needs: [pytest-coverage]
85
+ needs: [pytest-coverage,pytest-coverage-multilib]
86
steps:
87
# checkout necessary to ensure the uploaded report contains the correct paths
88
- uses: actions/checkout@v4
0 commit comments