Skip to content

Commit

Permalink
Fixed coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Jul 29, 2023
1 parent 0b65bd3 commit b354e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
php_extensions: xdebug
args: tests --coverage-clover ./coverage.xml
args: --coverage-clover ./coverage.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit b354e1a

Please sign in to comment.