Skip to content

Commit 2ca0621

Browse files
committed
Rework codecov config
This should avoid rate limiting through GHA API.
1 parent 1636e0e commit 2ca0621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
if: matrix.benchmark == false
129129
with:
130130
name: "${{ matrix.runs-on }}-${{ matrix.name_suffix }}-tests"
131+
token: ${{ secrets.CODECOV_TOKEN }}
131132
gcov: true
132133

133134
linux_lint:
@@ -273,4 +274,4 @@ jobs:
273274
if: matrix.benchmark == false
274275
with:
275276
name: "${{ matrix.runs-on }}-${{ matrix.name_suffix }}-tests"
276-
gcov: true
277+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)