Skip to content

Commit 0f417d7

Browse files
committed
fix: add Codecov token to resolve rate limit issue
1 parent 99f34f3 commit 0f417d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
uses: codecov/codecov-action@v3
7979
with:
8080
files: lcov.info
81+
token: ${{ secrets.CODECOV_TOKEN }}
8182
fail_ci_if_error: true
8283

8384
security:

0 commit comments

Comments
 (0)