Skip to content

Commit 5a35691

Browse files
committed
add codecov token to merge and dev ci pipelines
1 parent caa7f55 commit 5a35691

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
with:
9090
fail_ci_if_error: true
9191
files: ./coverage.xml
92+
token: ${{ secrets.CODECOV_TOKEN }}
9293

9394
docs:
9495
runs-on: ubuntu-latest

.github/workflows/merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
with:
8383
fail_ci_if_error: true
8484
files: ./coverage.xml
85+
token: ${{ secrets.CODECOV_TOKEN }}
8586

8687
check-examples:
8788
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)