Skip to content

Commit cd85723

Browse files
committed
add CODECOV TOKEN
1 parent 61700d8 commit cd85723

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ jobs:
351351
if: always()
352352
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
353353
- uses: codecov/[email protected]
354+
env:
355+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
354356
with:
355357
flags: unittests #optional
356358

@@ -390,6 +392,8 @@ jobs:
390392
- name: test
391393
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
392394
- uses: codecov/[email protected]
395+
env:
396+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
393397
with:
394398
flags: unittests #optional
395399

@@ -429,6 +433,8 @@ jobs:
429433
- name: test
430434
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
431435
- uses: codecov/[email protected]
436+
env:
437+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
432438
with:
433439
flags: unittests #optional
434440

@@ -471,6 +477,8 @@ jobs:
471477
if: always()
472478
run: ./ci/github/unit-testing/storage.bash test
473479
- uses: codecov/[email protected]
480+
env:
481+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
474482
with:
475483
flags: unittests #optional
476484

@@ -515,6 +523,8 @@ jobs:
515523
if: always()
516524
run: ./ci/github/unit-testing/agent.bash test
517525
- uses: codecov/[email protected]
526+
env:
527+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
518528
with:
519529
flags: unittests #optional
520530

@@ -596,6 +606,8 @@ jobs:
596606
if: always()
597607
run: ./ci/github/unit-testing/api-server.bash openapi-diff
598608
- uses: codecov/[email protected]
609+
env:
610+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
599611
with:
600612
flags: unittests #optional
601613

@@ -638,6 +650,8 @@ jobs:
638650
if: always()
639651
run: ./ci/github/unit-testing/autoscaling.bash test
640652
- uses: codecov/[email protected]
653+
env:
654+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
641655
with:
642656
flags: unittests #optional
643657

@@ -686,6 +700,8 @@ jobs:
686700
name: ${{ github.job }}_docker_logs
687701
path: ./services/catalog/test_failures
688702
- uses: codecov/[email protected]
703+
env:
704+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
689705
with:
690706
flags: unittests #optional
691707

@@ -739,6 +755,8 @@ jobs:
739755
pushd services/clusters-keeper && \
740756
make test-ci-unit
741757
- uses: codecov/[email protected]
758+
env:
759+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
742760
with:
743761
flags: unittests #optional
744762

@@ -787,6 +805,8 @@ jobs:
787805
name: ${{ github.job }}_docker_logs
788806
path: ./services/datcore-adapter/test_failures
789807
- uses: codecov/[email protected]
808+
env:
809+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
790810
with:
791811
flags: unittests #optional
792812

@@ -822,6 +842,8 @@ jobs:
822842
- name: test
823843
run: ./ci/github/unit-testing/director.bash test
824844
- uses: codecov/[email protected]
845+
env:
846+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
825847
with:
826848
flags: unittests #optional
827849

@@ -870,6 +892,8 @@ jobs:
870892
name: ${{ github.job }}_docker_logs
871893
path: ./services/director-v2/test_failures
872894
- uses: codecov/[email protected]
895+
env:
896+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
873897
with:
874898
flags: unittests #optional
875899

@@ -912,6 +936,8 @@ jobs:
912936
if: always()
913937
run: ./ci/github/unit-testing/aws-library.bash test
914938
- uses: codecov/[email protected]
939+
env:
940+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
915941
with:
916942
flags: unittests #optional
917943

@@ -954,6 +980,8 @@ jobs:
954980
if: always()
955981
run: ./ci/github/unit-testing/dask-task-models-library.bash test
956982
- uses: codecov/[email protected]
983+
env:
984+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
957985
with:
958986
flags: unittests #optional
959987

@@ -996,6 +1024,8 @@ jobs:
9961024
if: always()
9971025
run: ./ci/github/unit-testing/dask-sidecar.bash test
9981026
- uses: codecov/[email protected]
1027+
env:
1028+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9991029
with:
10001030
flags: unittests #optional
10011031

@@ -1048,6 +1078,8 @@ jobs:
10481078
pushd services/osparc-gateway-server && \
10491079
make test-ci-unit
10501080
- uses: codecov/[email protected]
1081+
env:
1082+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10511083
with:
10521084
flags: unittests #optional
10531085

@@ -1090,6 +1122,8 @@ jobs:
10901122
if: always()
10911123
run: ./ci/github/unit-testing/payments.bash test
10921124
- uses: codecov/[email protected]
1125+
env:
1126+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
10931127
with:
10941128
flags: unittests #optional
10951129

@@ -1132,6 +1166,8 @@ jobs:
11321166
if: always()
11331167
run: ./ci/github/unit-testing/dynamic-scheduler.bash test
11341168
- uses: codecov/[email protected]
1169+
env:
1170+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11351171
with:
11361172
flags: unittests #optional
11371173

@@ -1184,6 +1220,8 @@ jobs:
11841220
pushd services/resource-usage-tracker && \
11851221
make test-ci-unit
11861222
- uses: codecov/[email protected]
1223+
env:
1224+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
11871225
with:
11881226
flags: unittests #optional
11891227

@@ -1226,6 +1264,8 @@ jobs:
12261264
if: always()
12271265
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
12281266
- uses: codecov/[email protected]
1267+
env:
1268+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
12291269
with:
12301270
flags: unittests #optional
12311271

@@ -1279,6 +1319,8 @@ jobs:
12791319
pushd services/efs-guardian && \
12801320
make test-ci-unit
12811321
- uses: codecov/[email protected]
1322+
env:
1323+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
12821324
with:
12831325
flags: unittests #optional
12841326

@@ -1393,6 +1435,8 @@ jobs:
13931435
if: always()
13941436
run: ./ci/github/unit-testing/postgres-database.bash test
13951437
- uses: codecov/[email protected]
1438+
env:
1439+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
13961440
with:
13971441
flags: unittests #optional
13981442

@@ -1435,6 +1479,8 @@ jobs:
14351479
if: always()
14361480
run: ./ci/github/unit-testing/invitations.bash test
14371481
- uses: codecov/[email protected]
1482+
env:
1483+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14381484
with:
14391485
flags: unittests #optional
14401486

@@ -1477,6 +1523,8 @@ jobs:
14771523
if: always()
14781524
run: ./ci/github/unit-testing/service-integration.bash test
14791525
- uses: codecov/[email protected]
1526+
env:
1527+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14801528
with:
14811529
flags: unittests #optional
14821530

@@ -1519,6 +1567,8 @@ jobs:
15191567
if: always()
15201568
run: ./ci/github/unit-testing/service-library.bash test_all
15211569
- uses: codecov/[email protected]
1570+
env:
1571+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
15221572
with:
15231573
flags: unittests #optional
15241574

@@ -1561,6 +1611,8 @@ jobs:
15611611
if: always()
15621612
run: ./ci/github/unit-testing/settings-library.bash test
15631613
- uses: codecov/[email protected]
1614+
env:
1615+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
15641616
with:
15651617
flags: unittests #optional
15661618

@@ -1602,6 +1654,8 @@ jobs:
16021654
- name: test
16031655
run: ./ci/github/unit-testing/models-library.bash test
16041656
- uses: codecov/[email protected]
1657+
env:
1658+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16051659
with:
16061660
flags: unittests #optional
16071661

@@ -1648,6 +1702,8 @@ jobs:
16481702
if: always()
16491703
run: ./ci/github/unit-testing/notifications-library.bash test
16501704
- uses: codecov/[email protected]
1705+
env:
1706+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16511707
with:
16521708
flags: unittests #optional
16531709

@@ -1692,6 +1748,8 @@ jobs:
16921748
if: always()
16931749
run: ./ci/github/unit-testing/simcore-sdk.bash test
16941750
- uses: codecov/[email protected]
1751+
env:
1752+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16951753
with:
16961754
flags: unittests #optional
16971755

@@ -1801,6 +1859,8 @@ jobs:
18011859
if: always()
18021860
run: ./ci/github/integration-testing/webserver.bash clean_up
18031861
- uses: codecov/[email protected]
1862+
env:
1863+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18041864
with:
18051865
flags: integrationtests #optional
18061866

@@ -1863,6 +1923,8 @@ jobs:
18631923
if: always()
18641924
run: ./ci/github/integration-testing/webserver.bash clean_up
18651925
- uses: codecov/[email protected]
1926+
env:
1927+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18661928
with:
18671929
flags: integrationtests #optional
18681930

@@ -1925,6 +1987,8 @@ jobs:
19251987
if: always()
19261988
run: ./ci/github/integration-testing/director-v2.bash clean_up
19271989
- uses: codecov/[email protected]
1990+
env:
1991+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
19281992
with:
19291993
flags: integrationtests #optional
19301994

@@ -1991,6 +2055,8 @@ jobs:
19912055
if: always()
19922056
run: ./ci/github/integration-testing/director-v2.bash clean_up
19932057
- uses: codecov/[email protected]
2058+
env:
2059+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
19942060
with:
19952061
flags: integrationtests #optional
19962062

@@ -2055,6 +2121,8 @@ jobs:
20552121
if: always()
20562122
run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
20572123
- uses: codecov/[email protected]
2124+
env:
2125+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
20582126
with:
20592127
flags: integrationtests #optional
20602128

@@ -2132,6 +2200,8 @@ jobs:
21322200
pushd services/osparc-gateway-server && \
21332201
make down
21342202
- uses: codecov/[email protected]
2203+
env:
2204+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21352205
with:
21362206
flags: integrationtests #optional
21372207

@@ -2194,6 +2264,8 @@ jobs:
21942264
if: always()
21952265
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
21962266
- uses: codecov/[email protected]
2267+
env:
2268+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
21972269
with:
21982270
flags: integrationtests
21992271

0 commit comments

Comments
 (0)