Skip to content

Commit a6420dd

Browse files
committed
fix coverage
1 parent 1bbf9a2 commit a6420dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: vendor/bin/phpstan analyse
4848

4949
- name: PHPUnit with Coverage
50-
run: vendor/bin/phpunit --coverage-clover=coverage.xml
50+
run: vendor/bin/phpunit --coverage-clover=./.tmp/phpunit/coverage.xml
5151

5252
- name: Upload coverage reports to Codecov
5353
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)