Skip to content

Commit

Permalink
Upload coverage after GPU tests (#2767)
Browse files Browse the repository at this point in the history
Co-authored-by: Davis Bennett <[email protected]>
  • Loading branch information
dstansby and d-v-b authored Jan 28, 2025
1 parent 4582998 commit fb37ff0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ jobs:
- name: Run Tests
run: |
hatch env run --env gputest.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage
- name: Upload coverage
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)

0 comments on commit fb37ff0

Please sign in to comment.