Skip to content

Commit

Permalink
Bump codecov action version; add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Jul 31, 2023
1 parent e1c6377 commit 8f5ed60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ jobs:
- name: Upload coverage to codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
fail_ci_if_error: true

Expand Down

0 comments on commit 8f5ed60

Please sign in to comment.