Skip to content

Commit

Permalink
Merge pull request #2421 from WordPress/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4

GH Actions: Bump codecov/codecov-action from 3 to 4
  • Loading branch information
dingo-d committed Apr 25, 2024
2 parents 9333efc + 37ff716 commit 370a486
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/quicktest.yml
Expand Up @@ -69,8 +69,10 @@ jobs:

- name: Send coverage report to Codecov
if: ${{ success() && github.ref_name == 'develop' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Expand Up @@ -140,8 +140,10 @@ jobs:

- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 370a486

Please sign in to comment.