Skip to content

Commit

Permalink
Add codecov token to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Apr 30, 2024
1 parent 019f0e4 commit c054e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit c054e80

Please sign in to comment.