Skip to content

Commit

Permalink
CI: fix codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 19, 2024
1 parent 3a68783 commit efd235d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: make CXX_FLAGS='' deps-build build-editable deps-run
- run: make test
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: compile -Wall
run: make clean build-wheel
cuda:
Expand All @@ -49,6 +51,8 @@ jobs:
run: make CXX_FLAGS='' deps-build build-editable deps-run
- run: make test
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: compile -Wall
run: make CUDA_ARCHITECTURES=all clean build-wheel
- name: Post Run setup-python
Expand Down

0 comments on commit efd235d

Please sign in to comment.