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 5f42b05 commit d889482Copy full SHA for d889482
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run tests
46
run: |
47
- vendor/bin/phpunit -v --coverage-clover=coverage.clover
+ vendor/bin/phpunit --coverage-clover=coverage.clover
48
49
- name: Upload Coverage to CodeCov
50
uses: codecov/codecov-action@v4
0 commit comments