Skip to content

Commit

Permalink
Github action codecov version updated in quicktest action.
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasantonov committed Jul 19, 2024
1 parent 5d39a78 commit 444819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit 444819d

Please sign in to comment.