We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fde9e commit fd05ee4Copy full SHA for fd05ee4
1 file changed
.github/workflows/tests.yml
@@ -121,7 +121,7 @@ jobs:
121
122
- name: Run tests with coverage-clover
123
if: ${{ matrix.tool == 'code-coverage' }}
124
- run: composer run phpunit -- -c tests/phpunit-coverage.dist.xml --coverage-clover .phpunit.cache/clover.xml
+ run: vendor/bin/phpunit -c tests/phpunit-coverage.dist.xml --coverage-clover .phpunit.cache/clover.xml
125
126
- name: Upload coverage reports to Codecov
127
0 commit comments