Skip to content

Commit

Permalink
build: set codecov secret
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Apr 13, 2024
1 parent d66c395 commit 9976a9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,6 @@ jobs:
file: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9976a9e

Please sign in to comment.