We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2528ea commit a48cf3fCopy full SHA for a48cf3f
.github/workflows/run-tests.yml
@@ -35,4 +35,4 @@ jobs:
35
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
36
37
- name: Execute tests
38
- run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
+ run: vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.clover
0 commit comments