Skip to content

Commit 2c45dd4

Browse files
committed
gh-actions codecov: use token
1 parent 25382c1 commit 2c45dd4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ jobs:
143143
uses: codecov/codecov-action@v4
144144
with:
145145
file: ./build/meson-logs/coverage.xml
146+
env:
147+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
146148

147149
emscripten:
148150
runs-on: ubuntu-22.04
@@ -216,6 +218,8 @@ jobs:
216218
uses: codecov/codecov-action@v4
217219
with:
218220
file: ./build/meson-logs/coverage.xml
221+
env:
222+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
219223

220224
sleef:
221225
runs-on: ubuntu-22.04
@@ -245,6 +249,8 @@ jobs:
245249
uses: codecov/codecov-action@v4
246250
with:
247251
file: ./build/meson-logs/coverage.xml
252+
env:
253+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
248254

249255
gcc:
250256
strategy:
@@ -726,6 +732,8 @@ jobs:
726732
# uses: codecov/codecov-action@v4
727733
# with:
728734
# file: ./build/meson-logs/coverage.xml
735+
# env:
736+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
729737

730738
icc:
731739
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)