Skip to content

Commit ada7871

Browse files
committed
Add CodeCov token.
1 parent 317fed3 commit ada7871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- uses: codecov/codecov-action@v5
6262
if: always()
6363
with:
64+
token: ${{ secrets.CODECOV_TOKEN }}
6465
files: ./**/coverage*.xml
6566

6667
examples:

0 commit comments

Comments
 (0)