Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.2 to 3.1.3 (#4154)
Browse files Browse the repository at this point in the history
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
dependabot[bot] and pcrespov authored Apr 25, 2023
1 parent d412981 commit 8b0dec7
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8b0dec7

Please sign in to comment.