Skip to content

Commit

Permalink
Set CODECOV_TOKEN for codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 6, 2024
1 parent da1fd09 commit f3c5a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
depwarn: error
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f3c5a19

Please sign in to comment.