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 5142fbd commit b9843bbCopy full SHA for b9843bb
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: vendor/bin/phpstan --no-progress
32
33
- name: Run tests and collect coverage
34
- run: vendor/bin/phpunit --coverage-clover coverage.xml .
+ run: vendor/bin/phpunit --coverage-clover coverage.xml
35
36
- name: Upload coverage to Codecov
37
uses: codecov/codecov-action@v5
0 commit comments