Skip to content

Commit

Permalink
chore: update GA codecov/codecov-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 1, 2023
1 parent 80df257 commit fee4f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-text

- name: Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml

0 comments on commit fee4f66

Please sign in to comment.