Skip to content

Commit

Permalink
Enhancement: Update codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Oct 11, 2022
1 parent e7928a8 commit 4f50e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -184,7 +184,7 @@ jobs:
run: ./phpunit --coverage-clover=coverage.xml

- name: Send code coverage report to Codecov.io
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 4f50e83

Please sign in to comment.