-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump codecov/codecov-action from 3.1.2 to 3.1.3 (#4154)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pedro Crespo-Valero <[email protected]>
- Loading branch information
1 parent
d412981
commit 8b0dec7
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,7 +284,7 @@ jobs: | |
run: ./ci/github/unit-testing/webserver.bash test_isolated | ||
- name: test | ||
run: ./ci/github/unit-testing/webserver.bash test_with_db 01 | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -326,7 +326,7 @@ jobs: | |
run: ./ci/github/unit-testing/webserver.bash install | ||
- name: test | ||
run: ./ci/github/unit-testing/webserver.bash test_with_db 02 | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -368,7 +368,7 @@ jobs: | |
run: ./ci/github/unit-testing/webserver.bash install | ||
- name: test | ||
run: ./ci/github/unit-testing/webserver.bash test_with_db 03 | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -413,7 +413,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/storage.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -460,7 +460,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/agent.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -544,7 +544,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/api-server.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -589,7 +589,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/autoscaling.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -640,7 +640,7 @@ jobs: | |
with: | ||
name: ${{ github.job }}_docker_logs | ||
path: ./services/catalog/test_failures | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -691,7 +691,7 @@ jobs: | |
with: | ||
name: ${{ github.job }}_docker_logs | ||
path: ./services/datcore-adapter/test_failures | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -735,7 +735,7 @@ jobs: | |
run: ./ci/github/unit-testing/director.bash install | ||
- name: test | ||
run: ./ci/github/unit-testing/director.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -783,7 +783,7 @@ jobs: | |
with: | ||
name: ${{ github.job }}_docker_logs | ||
path: ./services/director-v2/test_failures | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -828,7 +828,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/dask-task-models-library.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -873,7 +873,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/dask-sidecar.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -928,7 +928,7 @@ jobs: | |
source .venv/bin/activate && \ | ||
pushd services/osparc-gateway-server && \ | ||
make test-ci-unit | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -973,7 +973,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/dynamic-sidecar.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1094,7 +1094,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/postgres-database.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1139,7 +1139,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/invitations.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1181,7 +1181,7 @@ jobs: | |
run: ./ci/github/unit-testing/service-integration.bash install | ||
- name: test | ||
run: ./ci/github/unit-testing/service-integration.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1223,7 +1223,7 @@ jobs: | |
run: ./ci/github/unit-testing/service-library.bash install_all | ||
- name: test | ||
run: ./ci/github/unit-testing/service-library.bash test_all | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1265,7 +1265,7 @@ jobs: | |
run: ./ci/github/unit-testing/settings-library.bash install | ||
- name: test | ||
run: ./ci/github/unit-testing/settings-library.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1307,7 +1307,7 @@ jobs: | |
run: ./ci/github/unit-testing/models-library.bash install | ||
- name: test | ||
run: ./ci/github/unit-testing/models-library.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1354,7 +1354,7 @@ jobs: | |
- name: test | ||
if: always() | ||
run: ./ci/github/unit-testing/simcore-sdk.bash test | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: unittests #optional | ||
|
||
|
@@ -1454,7 +1454,7 @@ jobs: | |
- name: cleanup | ||
if: always() | ||
run: ./ci/github/integration-testing/webserver.bash clean_up | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: integrationtests #optional | ||
|
||
|
@@ -1514,7 +1514,7 @@ jobs: | |
- name: cleanup | ||
if: always() | ||
run: ./ci/github/integration-testing/webserver.bash clean_up | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: integrationtests #optional | ||
|
||
|
@@ -1574,7 +1574,7 @@ jobs: | |
- name: cleanup | ||
if: always() | ||
run: ./ci/github/integration-testing/director-v2.bash clean_up | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: integrationtests #optional | ||
|
||
|
@@ -1637,7 +1637,7 @@ jobs: | |
- name: cleanup | ||
if: always() | ||
run: ./ci/github/integration-testing/director-v2.bash clean_up | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: integrationtests #optional | ||
|
||
|
@@ -1712,7 +1712,7 @@ jobs: | |
run: | | ||
pushd services/osparc-gateway-server && \ | ||
make down | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: integrationtests #optional | ||
|
||
|
@@ -1772,7 +1772,7 @@ jobs: | |
- name: cleanup | ||
if: always() | ||
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up | ||
- uses: codecov/[email protected].2 | ||
- uses: codecov/[email protected].3 | ||
with: | ||
flags: integrationtests | ||
|
||
|