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 d7beccf commit 0539406Copy full SHA for 0539406
.github/workflows/code-quality.yml
@@ -66,7 +66,7 @@ jobs:
66
run: phpcs
67
68
- name: Run tests and collect coverage
69
- run: vendor/bin/phpunit --coverage-clover coverage.xml .
+ run: vendor/bin/phpunit --coverage-clover coverage.xml
70
71
- name: Upload coverage to Codecov
72
uses: codecov/codecov-action@v5
0 commit comments