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 5320edc commit 9dc1845Copy full SHA for 9dc1845
.github/workflows/test.yml
@@ -64,6 +64,7 @@ jobs:
64
run: |
65
hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage
66
- name: Upload coverage
67
+ if: ${{ matrix.dependency-set == 'optional' && matrix.os == 'ubuntu-latest' }}
68
uses: codecov/codecov-action@v5
69
with:
70
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments