Skip to content

Commit

Permalink
Merge pull request #1101 from GoogleChromeLabs/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
westonruter authored Nov 11, 2024
2 parents a084935 + 126bd60 commit fbeec66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,9 @@ jobs:

- name: Upload code coverage report
if: ${{ matrix.coverage == true }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/pwa/build/logs/clover.xml
flags: php,unit
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fbeec66

Please sign in to comment.