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 0328656 commit 2ea1fc0Copy full SHA for 2ea1fc0
.github/workflows/test.yml
@@ -60,7 +60,12 @@ jobs:
60
hatch env run -e test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} list-env
61
- name: Run Tests
62
run: |
63
- hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run
+ hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage
64
+ - name: Upload coverage
65
+ uses: codecov/codecov-action@v5
66
+ with:
67
+ token: ${{ secrets.CODECOV_TOKEN }}
68
+ verbose: true # optional (default = false)
69
70
test-upstream-and-min-deps:
71
name: py=${{ matrix.python-version }}-${{ matrix.dependency-set }}
0 commit comments