Skip to content

Commit

Permalink
fix: set codecov ci token
Browse files Browse the repository at this point in the history
  • Loading branch information
masanorihirano authored Aug 30, 2024
1 parent a2f756a commit ed05829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
run: make test-cov

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

lint:
Expand Down

0 comments on commit ed05829

Please sign in to comment.