Skip to content

Commit 5b7a1d7

Browse files
authored
fix: update test.yml (#20)
Add CODECOV_TOKEN to fix codecov/codecov-action#557
1 parent 4ec9109 commit 5b7a1d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
coverage xml
3131
- uses: codecov/codecov-action@v3
3232
with:
33+
token: ${{ secrets.CODECOV_TOKEN }}
3334
files: ./coverage.xml
3435
fail_ci_if_error: true # optional (default = false)
3536
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)