Skip to content

Commit 79a24d1

Browse files
Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#2540)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c61103 commit 79a24d1

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

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

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: ./ci/github/unit-testing/api-server.bash install
121121
- name: test
122122
run: ./ci/github/unit-testing/api-server.bash test
123-
- uses: codecov/codecov-action@v2.0.3
123+
- uses: codecov/codecov-action@v2.1.0
124124
with:
125125
flags: unittests #optional
126126
- name: prepare codeclimate coverage file
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
name: ${{ github.job }}_docker_logs
185185
path: ./services/catalog/test_failures
186-
- uses: codecov/codecov-action@v2.0.3
186+
- uses: codecov/codecov-action@v2.1.0
187187
with:
188188
flags: unittests #optional
189189
- name: prepare codeclimate coverage file
@@ -244,7 +244,7 @@ jobs:
244244
with:
245245
name: ${{ github.job }}_docker_logs
246246
path: ./services/datcore-adapter/test_failures
247-
- uses: codecov/codecov-action@v2.0.3
247+
- uses: codecov/codecov-action@v2.1.0
248248
with:
249249
flags: unittests #optional
250250
- name: prepare codeclimate coverage file
@@ -302,7 +302,7 @@ jobs:
302302
run: ./ci/github/unit-testing/director.bash install
303303
- name: test
304304
run: ./ci/github/unit-testing/director.bash test
305-
- uses: codecov/codecov-action@v2.0.3
305+
- uses: codecov/codecov-action@v2.1.0
306306
with:
307307
flags: unittests #optional
308308
- name: prepare codeclimate coverage file
@@ -363,7 +363,7 @@ jobs:
363363
with:
364364
name: ${{ github.job }}_docker_logs
365365
path: ./services/director-v2/test_failures
366-
- uses: codecov/codecov-action@v2.0.3
366+
- uses: codecov/codecov-action@v2.1.0
367367
with:
368368
flags: unittests #optional
369369
- name: prepare codeclimate coverage file
@@ -420,7 +420,7 @@ jobs:
420420
run: ./ci/github/unit-testing/sidecar.bash install
421421
- name: test
422422
run: ./ci/github/unit-testing/sidecar.bash test
423-
- uses: codecov/codecov-action@v2.0.3
423+
- uses: codecov/codecov-action@v2.1.0
424424
with:
425425
flags: unittests #optional
426426
- name: prepare codeclimate coverage file
@@ -477,7 +477,7 @@ jobs:
477477
run: ./ci/github/unit-testing/dask-sidecar.bash install
478478
- name: test
479479
run: ./ci/github/unit-testing/dask-sidecar.bash test
480-
- uses: codecov/codecov-action@v2.0.3
480+
- uses: codecov/codecov-action@v2.1.0
481481
with:
482482
flags: unittests #optional
483483
- name: prepare codeclimate coverage file
@@ -536,7 +536,7 @@ jobs:
536536
run: ./ci/github/unit-testing/dynamic-sidecar.bash codestyle
537537
- name: test
538538
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
539-
- uses: codecov/codecov-action@v2.0.3
539+
- uses: codecov/codecov-action@v2.1.0
540540
with:
541541
flags: unittests #optional
542542
- name: prepare codeclimate coverage file
@@ -584,7 +584,7 @@ jobs:
584584
- name: test
585585
run: ./ci/github/unit-testing/frontend.bash test
586586
# no coverage here??
587-
# - uses: codecov/codecov-action@v2.0.3
587+
# - uses: codecov/codecov-action@v2.1.0
588588
# with:
589589
# flags: unittests #optional
590590

@@ -675,7 +675,7 @@ jobs:
675675
run: ./ci/github/unit-testing/postgres-database.bash install
676676
- name: test
677677
run: ./ci/github/unit-testing/postgres-database.bash test
678-
- uses: codecov/codecov-action@v2.0.3
678+
- uses: codecov/codecov-action@v2.1.0
679679
with:
680680
flags: unittests #optional
681681
- name: prepare codeclimate coverage file
@@ -733,7 +733,7 @@ jobs:
733733
run: ./ci/github/unit-testing/service-integration.bash install
734734
- name: test
735735
run: ./ci/github/unit-testing/service-integration.bash test
736-
- uses: codecov/codecov-action@v2.0.3
736+
- uses: codecov/codecov-action@v2.1.0
737737
with:
738738
flags: unittests #optional
739739
- name: prepare codeclimate coverage file
@@ -790,7 +790,7 @@ jobs:
790790
run: ./ci/github/unit-testing/service-library.bash install
791791
- name: test
792792
run: ./ci/github/unit-testing/service-library.bash test
793-
- uses: codecov/codecov-action@v2.0.3
793+
- uses: codecov/codecov-action@v2.1.0
794794
with:
795795
flags: unittests #optional
796796
- name: prepare codeclimate coverage file
@@ -847,7 +847,7 @@ jobs:
847847
run: ./ci/github/unit-testing/service-library.bash install_aiohttp
848848
- name: test
849849
run: ./ci/github/unit-testing/service-library.bash test_aiohttp
850-
- uses: codecov/codecov-action@v2.0.3
850+
- uses: codecov/codecov-action@v2.1.0
851851
with:
852852
flags: unittests #optional
853853
- name: prepare codeclimate coverage file
@@ -904,7 +904,7 @@ jobs:
904904
run: ./ci/github/unit-testing/settings-library.bash install
905905
- name: test
906906
run: ./ci/github/unit-testing/settings-library.bash test
907-
- uses: codecov/codecov-action@v2.0.3
907+
- uses: codecov/codecov-action@v2.1.0
908908
with:
909909
flags: unittests #optional
910910
- name: prepare codeclimate coverage file
@@ -961,7 +961,7 @@ jobs:
961961
run: ./ci/github/unit-testing/models-library.bash install
962962
- name: test
963963
run: ./ci/github/unit-testing/models-library.bash test
964-
- uses: codecov/codecov-action@v2.0.3
964+
- uses: codecov/codecov-action@v2.1.0
965965
with:
966966
flags: unittests #optional
967967
- name: prepare codeclimate coverage file
@@ -1018,7 +1018,7 @@ jobs:
10181018
run: ./ci/github/unit-testing/simcore-sdk.bash install
10191019
- name: test
10201020
run: ./ci/github/unit-testing/simcore-sdk.bash test
1021-
- uses: codecov/codecov-action@v2.0.3
1021+
- uses: codecov/codecov-action@v2.1.0
10221022
with:
10231023
flags: unittests #optional
10241024
- name: prepare codeclimate coverage file
@@ -1075,7 +1075,7 @@ jobs:
10751075
run: ./ci/github/unit-testing/storage.bash install
10761076
- name: test
10771077
run: ./ci/github/unit-testing/storage.bash test
1078-
- uses: codecov/codecov-action@v2.0.3
1078+
- uses: codecov/codecov-action@v2.1.0
10791079
with:
10801080
flags: unittests #optional
10811081
- name: prepare codeclimate coverage file
@@ -1132,7 +1132,7 @@ jobs:
11321132
run: ./ci/github/unit-testing/webserver.bash install
11331133
- name: test
11341134
run: ./ci/github/unit-testing/webserver.bash test_isolated
1135-
- uses: codecov/codecov-action@v2.0.3
1135+
- uses: codecov/codecov-action@v2.1.0
11361136
with:
11371137
flags: unittests #optional
11381138
- name: prepare codeclimate coverage file
@@ -1189,7 +1189,7 @@ jobs:
11891189
run: ./ci/github/unit-testing/webserver.bash install
11901190
- name: test
11911191
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
1192-
- uses: codecov/codecov-action@v2.0.3
1192+
- uses: codecov/codecov-action@v2.1.0
11931193
with:
11941194
flags: unittests #optional
11951195
- name: prepare codeclimate coverage file
@@ -1246,7 +1246,7 @@ jobs:
12461246
run: ./ci/github/unit-testing/webserver.bash install
12471247
- name: test
12481248
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
1249-
- uses: codecov/codecov-action@v2.0.3
1249+
- uses: codecov/codecov-action@v2.1.0
12501250
with:
12511251
flags: unittests #optional
12521252
- name: prepare codeclimate coverage file
@@ -1303,7 +1303,7 @@ jobs:
13031303
run: ./ci/github/unit-testing/webserver.bash install
13041304
- name: test
13051305
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
1306-
- uses: codecov/codecov-action@v2.0.3
1306+
- uses: codecov/codecov-action@v2.1.0
13071307
with:
13081308
flags: unittests #optional
13091309
- name: prepare codeclimate coverage file
@@ -1360,7 +1360,7 @@ jobs:
13601360
run: ./ci/github/unit-testing/webserver.bash install
13611361
- name: test
13621362
run: ./ci/github/unit-testing/webserver.bash test_with_db 04
1363-
- uses: codecov/codecov-action@v2.0.3
1363+
- uses: codecov/codecov-action@v2.1.0
13641364
with:
13651365
flags: unittests #optional
13661366
- name: prepare codeclimate coverage file
@@ -1417,7 +1417,7 @@ jobs:
14171417
run: ./ci/github/unit-testing/webserver.bash install
14181418
- name: test
14191419
run: ./ci/github/unit-testing/webserver.bash test_with_db 05
1420-
- uses: codecov/codecov-action@v2.0.3
1420+
- uses: codecov/codecov-action@v2.1.0
14211421
with:
14221422
flags: unittests #optional
14231423
- name: prepare codeclimate coverage file
@@ -1474,7 +1474,7 @@ jobs:
14741474
run: ./ci/github/unit-testing/webserver.bash install
14751475
- name: test
14761476
run: ./ci/github/unit-testing/webserver.bash test_with_db 06
1477-
- uses: codecov/codecov-action@v2.0.3
1477+
- uses: codecov/codecov-action@v2.1.0
14781478
with:
14791479
flags: unittests #optional
14801480
- name: prepare codeclimate coverage file
@@ -1531,7 +1531,7 @@ jobs:
15311531
run: ./ci/github/unit-testing/webserver.bash install
15321532
- name: test
15331533
run: ./ci/github/unit-testing/webserver.bash test_with_db 07
1534-
- uses: codecov/codecov-action@v2.0.3
1534+
- uses: codecov/codecov-action@v2.1.0
15351535
with:
15361536
flags: unittests #optional
15371537
- name: prepare codeclimate coverage file
@@ -1588,7 +1588,7 @@ jobs:
15881588
run: ./ci/github/unit-testing/webserver.bash install
15891589
- name: test
15901590
run: ./ci/github/unit-testing/webserver.bash test_with_db 08
1591-
- uses: codecov/codecov-action@v2.0.3
1591+
- uses: codecov/codecov-action@v2.1.0
15921592
with:
15931593
flags: unittests #optional
15941594
- name: prepare codeclimate coverage file
@@ -1645,7 +1645,7 @@ jobs:
16451645
run: ./ci/github/unit-testing/webserver.bash install
16461646
- name: test
16471647
run: ./ci/github/unit-testing/webserver.bash test_with_db 09
1648-
- uses: codecov/codecov-action@v2.0.3
1648+
- uses: codecov/codecov-action@v2.1.0
16491649
with:
16501650
flags: unittests #optional
16511651
- name: prepare codeclimate coverage file
@@ -1702,7 +1702,7 @@ jobs:
17021702
run: ./ci/github/unit-testing/webserver.bash install
17031703
- name: test
17041704
run: ./ci/github/unit-testing/webserver.bash test_with_db 10
1705-
- uses: codecov/codecov-action@v2.0.3
1705+
- uses: codecov/codecov-action@v2.1.0
17061706
with:
17071707
flags: unittests #optional
17081708
- name: prepare codeclimate coverage file
@@ -1815,7 +1815,7 @@ jobs:
18151815
- name: cleanup
18161816
if: always()
18171817
run: ./ci/github/integration-testing/webserver.bash clean_up
1818-
- uses: codecov/codecov-action@v2.0.3
1818+
- uses: codecov/codecov-action@v2.1.0
18191819
with:
18201820
flags: integrationtests #optional
18211821
- name: prepare codeclimate coverage file
@@ -1888,7 +1888,7 @@ jobs:
18881888
- name: cleanup
18891889
if: always()
18901890
run: ./ci/github/integration-testing/webserver.bash clean_up
1891-
- uses: codecov/codecov-action@v2.0.3
1891+
- uses: codecov/codecov-action@v2.1.0
18921892
with:
18931893
flags: integrationtests #optional
18941894
- name: prepare codeclimate coverage file
@@ -1961,7 +1961,7 @@ jobs:
19611961
- name: cleanup
19621962
if: always()
19631963
run: ./ci/github/integration-testing/director-v2.bash clean_up
1964-
- uses: codecov/codecov-action@v2.0.3
1964+
- uses: codecov/codecov-action@v2.1.0
19651965
with:
19661966
flags: integrationtests #optional
19671967
- name: prepare codeclimate coverage file
@@ -2035,7 +2035,7 @@ jobs:
20352035
- name: cleanup
20362036
if: always()
20372037
run: ./ci/github/integration-testing/director-v2.bash clean_up
2038-
- uses: codecov/codecov-action@v2.0.3
2038+
- uses: codecov/codecov-action@v2.1.0
20392039
with:
20402040
flags: integrationtests #optional
20412041
- name: prepare codeclimate coverage file
@@ -2108,7 +2108,7 @@ jobs:
21082108
- name: cleanup
21092109
if: always()
21102110
run: ./ci/github/integration-testing/sidecar.bash clean_up
2111-
- uses: codecov/codecov-action@v2.0.3
2111+
- uses: codecov/codecov-action@v2.1.0
21122112
with:
21132113
flags: integrationtests #optional
21142114
- name: prepare codeclimate coverage file
@@ -2181,7 +2181,7 @@ jobs:
21812181
- name: cleanup
21822182
if: always()
21832183
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
2184-
- uses: codecov/codecov-action@v2.0.3
2184+
- uses: codecov/codecov-action@v2.1.0
21852185
with:
21862186
flags: integrationtests
21872187
- name: prepare codeclimate coverage file

0 commit comments

Comments
 (0)