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 4582998 commit fb37ff0Copy full SHA for fb37ff0
.github/workflows/gpu_test.yml
@@ -64,3 +64,9 @@ jobs:
64
- name: Run Tests
65
run: |
66
hatch env run --env gputest.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage
67
+
68
+ - name: Upload coverage
69
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
70
+ with:
71
+ token: ${{ secrets.CODECOV_TOKEN }}
72
+ verbose: true # optional (default = false)
0 commit comments