Skip to content

Commit 7ca1388

Browse files
committed
add token for coverage upload
1 parent eafb38a commit 7ca1388

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
@@ -72,6 +72,7 @@ jobs:
7272
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
7373
with:
7474
files: ./build/test/coverage.out
75+
token: ${{ secrets.CODECOV_TOKEN }}
7576

7677
race-condition-test:
7778
name: Unit tests with race condition detection

0 commit comments

Comments
 (0)