Skip to content

Commit

Permalink
Merge pull request #174 from Automattic/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5
  • Loading branch information
GaryJones authored Nov 15, 2024
2 parents 009f813 + 5d2aea2 commit 2995e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:

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

0 comments on commit 2995e39

Please sign in to comment.