Skip to content

Commit

Permalink
fix: set codecov ci token (#634)
Browse files Browse the repository at this point in the history
* fix: set codecov ci token

* Update ci.yml
  • Loading branch information
masanorihirano authored Aug 30, 2024
1 parent a2f756a commit b6114c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
run: make test-cov

- name: Upload codecov report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.python-version == '3.9' && matrix.torch-version == '1.13.1' }}

lint:
Expand Down

0 comments on commit b6114c3

Please sign in to comment.