Skip to content

Commit

Permalink
CI: Update to codecov/codecov-action v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Mar 20, 2023
1 parent 8f223cd commit d4987d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.xml

- name: Collect code coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml

Expand Down

0 comments on commit d4987d6

Please sign in to comment.