Skip to content

Commit

Permalink
fix: add codecov token to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Mar 3, 2024
1 parent 1e53e83 commit 4728172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ jobs:
uses: codecov/codecov-action@v4
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/clover.xml

0 comments on commit 4728172

Please sign in to comment.