From 04d06e341686ad216519906548c87520148d4d25 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 26 Jan 2025 19:37:37 +0000 Subject: [PATCH] Upload coverage after GPU tests --- .github/workflows/gpu_test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gpu_test.yml b/.github/workflows/gpu_test.yml index b13da7d36f..c7056a2c4b 100644 --- a/.github/workflows/gpu_test.yml +++ b/.github/workflows/gpu_test.yml @@ -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)