Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.6.0 to 5.0.2 (#6749)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 03cc706 commit 5f70a0d
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/webserver.bash test_with_db 01
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -394,7 +394,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/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -439,7 +439,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/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
run: ./ci/github/unit-testing/webserver.bash install
- name: test
run: ./ci/github/unit-testing/webserver.bash test_with_db 04
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/storage.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/agent.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -627,7 +627,7 @@ jobs:
run: ./ci/github/unit-testing/api.bash install
- name: test
run: ./ci/github/unit-testing/api.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -678,7 +678,7 @@ jobs:
- name: OAS backwards compatibility check
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/api-server.bash openapi-diff
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -726,7 +726,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/autoscaling.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -780,7 +780,7 @@ jobs:
with:
name: ${{ github.job }}_docker_logs
path: ./services/catalog/test_failures
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -839,7 +839,7 @@ jobs:
source .venv/bin/activate && \
pushd services/clusters-keeper && \
make test-ci-unit
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -893,7 +893,7 @@ jobs:
with:
name: ${{ github.job }}_docker_logs
path: ./services/datcore-adapter/test_failures
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -935,7 +935,7 @@ jobs:
run: ./ci/github/unit-testing/director.bash install
- name: test
run: ./ci/github/unit-testing/director.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -989,7 +989,7 @@ jobs:
with:
name: ${{ github.job }}_docker_logs
path: ./services/director-v2/test_failures
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1037,7 +1037,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/aws-library.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1085,7 +1085,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dask-task-models-library.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1133,7 +1133,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dask-sidecar.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1191,7 +1191,7 @@ jobs:
source .venv/bin/activate && \
pushd services/osparc-gateway-server && \
make test-ci-unit
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1239,7 +1239,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/payments.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1287,7 +1287,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dynamic-scheduler.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1345,7 +1345,7 @@ jobs:
source .venv/bin/activate && \
pushd services/resource-usage-tracker && \
make test-ci-unit
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1393,7 +1393,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/dynamic-sidecar.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1452,7 +1452,7 @@ jobs:
source .venv/bin/activate && \
pushd services/efs-guardian && \
make test-ci-unit
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1535,7 +1535,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/postgres-database.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1583,7 +1583,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/invitations.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1631,7 +1631,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/service-integration.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1679,7 +1679,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/service-library.bash test_all
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1727,7 +1727,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/settings-library.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1774,7 +1774,7 @@ jobs:
run: ./ci/github/unit-testing/models-library.bash typecheck
- name: test
run: ./ci/github/unit-testing/models-library.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1824,7 +1824,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/notifications-library.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1874,7 +1874,7 @@ jobs:
- name: test
if: ${{ !cancelled() }}
run: ./ci/github/unit-testing/simcore-sdk.bash test
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -1989,7 +1989,7 @@ jobs:
- name: cleanup
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/webserver.bash clean_up
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2052,7 +2052,7 @@ jobs:
- name: cleanup
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/webserver.bash clean_up
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2115,7 +2115,7 @@ jobs:
- name: cleanup
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/director-v2.bash clean_up
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2182,7 +2182,7 @@ jobs:
- name: cleanup
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/director-v2.bash clean_up
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2247,7 +2247,7 @@ jobs:
- name: cleanup
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/dynamic-sidecar.bash clean_up
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2325,7 +2325,7 @@ jobs:
run: |
pushd services/osparc-gateway-server && \
make down
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down Expand Up @@ -2388,7 +2388,7 @@ jobs:
- name: cleanup
if: ${{ !cancelled() }}
run: ./ci/github/integration-testing/simcore-sdk.bash clean_up
- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 5f70a0d

Please sign in to comment.