Skip to content

Commit a313b07

Browse files
authored
fix(codecov): šŸ› configure codecov-action v5 with token authentication (#100)
1 parent e31fa69 commit a313b07

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
@@ -86,3 +86,4 @@ jobs:
8686
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8787
with:
8888
fail_ci_if_error: false
89+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
Ā (0)