Skip to content

Commit

Permalink
Use codecov token; bump codecov-action to v3 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi authored Jan 1, 2024
1 parent 93df9c0 commit 67b2964
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 @@ -61,8 +61,9 @@ jobs:
make test
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
fail_ci_if_error: true
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 67b2964

Please sign in to comment.