Skip to content

Commit fb37ff0

Browse files
dstansbyd-v-b
andauthored
Upload coverage after GPU tests (#2767)
Co-authored-by: Davis Bennett <[email protected]>
1 parent 4582998 commit fb37ff0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gpu_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ jobs:
6464
- name: Run Tests
6565
run: |
6666
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

Comments
 (0)