Skip to content

Commit

Permalink
Merge pull request #491 from docker/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
crazy-max authored Nov 18, 2024
2 parents ed27324 + 749fc87 commit db6372e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
shell: bash
-
name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: env.RUN_CODECOV == 'true'
with:
file: ./coverage/clover.xml
files: ./coverage/clover.xml
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -162,9 +162,9 @@ jobs:
shell: bash
-
name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: env.RUN_CODECOV == 'true'
with:
file: ./coverage/clover.xml
files: ./coverage/clover.xml
flags: itg
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit db6372e

Please sign in to comment.