Skip to content

Commit 855e55e

Browse files
authored
fix: add codecov token to github action (#171)
1 parent a77408b commit 855e55e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ jobs:
6868
uses: codecov/codecov-action@v4
6969
if: success()
7070
with:
71+
token: ${{ secrets.CODECOV_TOKEN }}
7172
file: ./coverage/clover.xml

0 commit comments

Comments
 (0)