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 6af48e9 commit 0f5b0caCopy full SHA for 0f5b0ca
.github/workflows/build.yml
@@ -49,8 +49,9 @@ jobs:
49
run: hatch run cov
50
working-directory: ${{ matrix.package }}
51
52
- - name: Upload coverage to Codecov
53
- uses: codecov/[email protected]
+ - if: matrix.python-version == '3.11'
+ name: Upload coverage to Codecov
54
+ uses: codecov/[email protected]
55
with:
56
name: Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }}
57
directory: ${{ matrix.package }}
0 commit comments