Skip to content

Commit

Permalink
Update CODECOV_TOKEN to upload coverage information (#1323)
Browse files Browse the repository at this point in the history
Codecov actions v4 requires CODECOV_TOKEN to be provided
codecov/codecov-action#1293
  • Loading branch information
justinchuby committed Apr 1, 2024
1 parent 715fe29 commit 4db09bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
- name: Upload coverage to Codecov
if: always()
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4db09bc

Please sign in to comment.