Skip to content

Commit 42811c8

Browse files
Bump codecov/codecov-action from 3.0.0 to 3.1.0 (ITISFoundation#3002)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.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@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6671e1a commit 42811c8

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: ./ci/github/unit-testing/webserver.bash test_isolated
113113
- name: test
114114
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
115-
- uses: codecov/codecov-action@v3.0.0
115+
- uses: codecov/codecov-action@v3.1.0
116116
with:
117117
flags: unittests #optional
118118
- name: prepare codeclimate coverage file
@@ -162,7 +162,7 @@ jobs:
162162
run: ./ci/github/unit-testing/webserver.bash install
163163
- name: test
164164
run: ./ci/github/unit-testing/webserver.bash test_with_db 02
165-
- uses: codecov/codecov-action@v3.0.0
165+
- uses: codecov/codecov-action@v3.1.0
166166
with:
167167
flags: unittests #optional
168168
- name: prepare codeclimate coverage file
@@ -212,7 +212,7 @@ jobs:
212212
run: ./ci/github/unit-testing/webserver.bash install
213213
- name: test
214214
run: ./ci/github/unit-testing/webserver.bash test_with_db 03
215-
- uses: codecov/codecov-action@v3.0.0
215+
- uses: codecov/codecov-action@v3.1.0
216216
with:
217217
flags: unittests #optional
218218
- name: prepare codeclimate coverage file
@@ -299,7 +299,7 @@ jobs:
299299
run: ./ci/github/unit-testing/api-server.bash install
300300
- name: test
301301
run: ./ci/github/unit-testing/api-server.bash test
302-
- uses: codecov/codecov-action@v3.0.0
302+
- uses: codecov/codecov-action@v3.1.0
303303
with:
304304
flags: unittests #optional
305305
- name: prepare codeclimate coverage file
@@ -355,7 +355,7 @@ jobs:
355355
with:
356356
name: ${{ github.job }}_docker_logs
357357
path: ./services/catalog/test_failures
358-
- uses: codecov/codecov-action@v3.0.0
358+
- uses: codecov/codecov-action@v3.1.0
359359
with:
360360
flags: unittests #optional
361361
- name: prepare codeclimate coverage file
@@ -411,7 +411,7 @@ jobs:
411411
with:
412412
name: ${{ github.job }}_docker_logs
413413
path: ./services/datcore-adapter/test_failures
414-
- uses: codecov/codecov-action@v3.0.0
414+
- uses: codecov/codecov-action@v3.1.0
415415
with:
416416
flags: unittests #optional
417417
- name: prepare codeclimate coverage file
@@ -462,7 +462,7 @@ jobs:
462462
run: ./ci/github/unit-testing/director.bash install
463463
- name: test
464464
run: ./ci/github/unit-testing/director.bash test
465-
- uses: codecov/codecov-action@v3.0.0
465+
- uses: codecov/codecov-action@v3.1.0
466466
with:
467467
flags: unittests #optional
468468
- name: prepare codeclimate coverage file
@@ -518,7 +518,7 @@ jobs:
518518
with:
519519
name: ${{ github.job }}_docker_logs
520520
path: ./services/director-v2/test_failures
521-
- uses: codecov/codecov-action@v3.0.0
521+
- uses: codecov/codecov-action@v3.1.0
522522
with:
523523
flags: unittests #optional
524524
- name: prepare codeclimate coverage file
@@ -570,7 +570,7 @@ jobs:
570570
run: ./ci/github/unit-testing/dask-task-models-library.bash codestyle
571571
- name: test
572572
run: ./ci/github/unit-testing/dask-task-models-library.bash test
573-
- uses: codecov/codecov-action@v3.0.0
573+
- uses: codecov/codecov-action@v3.1.0
574574
with:
575575
flags: unittests #optional
576576
- name: prepare codeclimate coverage file
@@ -620,7 +620,7 @@ jobs:
620620
run: ./ci/github/unit-testing/dask-sidecar.bash install
621621
- name: test
622622
run: ./ci/github/unit-testing/dask-sidecar.bash test
623-
- uses: codecov/codecov-action@v3.0.0
623+
- uses: codecov/codecov-action@v3.1.0
624624
with:
625625
flags: unittests #optional
626626
- name: prepare codeclimate coverage file
@@ -672,7 +672,7 @@ jobs:
672672
run: ./ci/github/unit-testing/dynamic-sidecar.bash codestyle
673673
- name: test
674674
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
675-
- uses: codecov/codecov-action@v3.0.0
675+
- uses: codecov/codecov-action@v3.1.0
676676
with:
677677
flags: unittests #optional
678678
- name: prepare codeclimate coverage file
@@ -720,7 +720,7 @@ jobs:
720720
- name: test
721721
run: ./ci/github/unit-testing/frontend.bash test
722722
# no coverage here??
723-
# - uses: codecov/codecov-action@v3.0.0
723+
# - uses: codecov/codecov-action@v3.1.0
724724
# with:
725725
# flags: unittests #optional
726726

@@ -797,7 +797,7 @@ jobs:
797797
run: ./ci/github/unit-testing/postgres-database.bash install
798798
- name: test
799799
run: ./ci/github/unit-testing/postgres-database.bash test
800-
- uses: codecov/codecov-action@v3.0.0
800+
- uses: codecov/codecov-action@v3.1.0
801801
with:
802802
flags: unittests #optional
803803
- name: prepare codeclimate coverage file
@@ -848,7 +848,7 @@ jobs:
848848
run: ./ci/github/unit-testing/service-integration.bash install
849849
- name: test
850850
run: ./ci/github/unit-testing/service-integration.bash test
851-
- uses: codecov/codecov-action@v3.0.0
851+
- uses: codecov/codecov-action@v3.1.0
852852
with:
853853
flags: unittests #optional
854854
- name: prepare codeclimate coverage file
@@ -898,7 +898,7 @@ jobs:
898898
run: ./ci/github/unit-testing/service-library.bash install_all
899899
- name: test
900900
run: ./ci/github/unit-testing/service-library.bash test_all
901-
- uses: codecov/codecov-action@v3.0.0
901+
- uses: codecov/codecov-action@v3.1.0
902902
with:
903903
flags: unittests #optional
904904
- name: prepare codeclimate coverage file
@@ -948,7 +948,7 @@ jobs:
948948
run: ./ci/github/unit-testing/settings-library.bash install
949949
- name: test
950950
run: ./ci/github/unit-testing/settings-library.bash test
951-
- uses: codecov/codecov-action@v3.0.0
951+
- uses: codecov/codecov-action@v3.1.0
952952
with:
953953
flags: unittests #optional
954954
- name: prepare codeclimate coverage file
@@ -998,7 +998,7 @@ jobs:
998998
run: ./ci/github/unit-testing/models-library.bash install
999999
- name: test
10001000
run: ./ci/github/unit-testing/models-library.bash test
1001-
- uses: codecov/codecov-action@v3.0.0
1001+
- uses: codecov/codecov-action@v3.1.0
10021002
with:
10031003
flags: unittests #optional
10041004
- name: prepare codeclimate coverage file
@@ -1048,7 +1048,7 @@ jobs:
10481048
run: ./ci/github/unit-testing/simcore-sdk.bash install
10491049
- name: test
10501050
run: ./ci/github/unit-testing/simcore-sdk.bash test
1051-
- uses: codecov/codecov-action@v3.0.0
1051+
- uses: codecov/codecov-action@v3.1.0
10521052
with:
10531053
flags: unittests #optional
10541054
- name: prepare codeclimate coverage file
@@ -1098,7 +1098,7 @@ jobs:
10981098
run: ./ci/github/unit-testing/storage.bash install
10991099
- name: test
11001100
run: ./ci/github/unit-testing/storage.bash test
1101-
- uses: codecov/codecov-action@v3.0.0
1101+
- uses: codecov/codecov-action@v3.1.0
11021102
with:
11031103
flags: unittests #optional
11041104
- name: prepare codeclimate coverage file
@@ -1164,7 +1164,7 @@ jobs:
11641164
- name: cleanup
11651165
if: always()
11661166
run: ./ci/github/integration-testing/webserver.bash clean_up
1167-
- uses: codecov/codecov-action@v3.0.0
1167+
- uses: codecov/codecov-action@v3.1.0
11681168
with:
11691169
flags: integrationtests #optional
11701170
- name: prepare codeclimate coverage file
@@ -1230,7 +1230,7 @@ jobs:
12301230
- name: cleanup
12311231
if: always()
12321232
run: ./ci/github/integration-testing/webserver.bash clean_up
1233-
- uses: codecov/codecov-action@v3.0.0
1233+
- uses: codecov/codecov-action@v3.1.0
12341234
with:
12351235
flags: integrationtests #optional
12361236
- name: prepare codeclimate coverage file
@@ -1296,7 +1296,7 @@ jobs:
12961296
- name: cleanup
12971297
if: always()
12981298
run: ./ci/github/integration-testing/director-v2.bash clean_up
1299-
- uses: codecov/codecov-action@v3.0.0
1299+
- uses: codecov/codecov-action@v3.1.0
13001300
with:
13011301
flags: integrationtests #optional
13021302
- name: prepare codeclimate coverage file
@@ -1365,7 +1365,7 @@ jobs:
13651365
- name: cleanup
13661366
if: always()
13671367
run: ./ci/github/integration-testing/director-v2.bash clean_up
1368-
- uses: codecov/codecov-action@v3.0.0
1368+
- uses: codecov/codecov-action@v3.1.0
13691369
with:
13701370
flags: integrationtests #optional
13711371
- name: prepare codeclimate coverage file
@@ -1431,7 +1431,7 @@ jobs:
14311431
- name: cleanup
14321432
if: always()
14331433
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
1434-
- uses: codecov/codecov-action@v3.0.0
1434+
- uses: codecov/codecov-action@v3.1.0
14351435
with:
14361436
flags: integrationtests
14371437
- name: prepare codeclimate coverage file

0 commit comments

Comments
 (0)