Skip to content

Commit 0de469a

Browse files
authored
Infra25725 add codecov token to workflow (#8960)
1 parent f6802e9 commit 0de469a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,4 @@ jobs:
319319
flags: simulator-marvin-tests
320320
verbose: true
321321
name: codecov
322+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
files: ./client/target/site/jacoco-aggregate/jacoco.xml
5555
fail_ci_if_error: true
56-
flags: unit-tests
56+
flags: unittests
5757
verbose: true
5858
name: codecov
59+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ jobs:
6363
flags: uitests
6464
verbose: true
6565
name: codecov
66+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)