Skip to content

Commit

Permalink
Updated codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
grasci-arm authored Apr 11, 2024
1 parent 447ad5d commit 99d0269
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,12 +552,13 @@ jobs:
if: ${{ !github.event.repository.private }}
uses: Wandalen/wretry.action@7e3e094b56685165ba2fb92f14c86f900907663a # v3.0.0
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
files: ./build/tools/buildmgr/coverage_buildmgr.info
fail_ci_if_error: true
flags: buildmgr-cov
functionalities: fix
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
attempt_limit: 3
attempt_delay: 5000

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/packchk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,13 @@ jobs:
if: ${{ !github.event.repository.private }}
uses: Wandalen/wretry.action@7e3e094b56685165ba2fb92f14c86f900907663a # v3.0.0
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
files: ./build/tools/packchk/coverage_packchk.info
fail_ci_if_error: true
flags: packchk-cov
functionalities: fix
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
attempt_limit: 3
attempt_delay: 5000

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/packgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,13 @@ jobs:
if: ${{ !github.event.repository.private }}
uses: Wandalen/wretry.action@7e3e094b56685165ba2fb92f14c86f900907663a # v3.0.0
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
files: ./build/tools/packgen/coverage_packgen.info
fail_ci_if_error: true
flags: packgen-cov
functionalities: fix
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
attempt_limit: 3
attempt_delay: 5000

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/projmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,13 @@ jobs:
if: ${{ !github.event.repository.private }}
uses: Wandalen/wretry.action@7e3e094b56685165ba2fb92f14c86f900907663a # v3.0.0
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
files: ./build/tools/projmgr/coverage_projmgr.info
fail_ci_if_error: true
flags: projmgr-cov
functionalities: fix
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
attempt_limit: 3
attempt_delay: 5000

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/svdconv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,13 @@ jobs:
if: ${{ !github.event.repository.private }}
uses: Wandalen/wretry.action@7e3e094b56685165ba2fb92f14c86f900907663a # v3.0.0
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
files: ./build/tools/svdconv/coverage_svdconv.info
fail_ci_if_error: true
flags: svdconv-cov
functionalities: fix
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
attempt_limit: 3
attempt_delay: 5000

Expand Down

0 comments on commit 99d0269

Please sign in to comment.