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 7df724a commit abe370cCopy full SHA for abe370c
.github/workflows/ci.yaml
@@ -53,7 +53,7 @@ jobs:
53
- os: ubuntu-latest
54
description: 'with calculating code coverage and Infection'
55
calculate-coverage: true
56
- phpunit-flags: '--coverage-clover=./build/logs/clover.xml'
+ phpunit-flags: '--cache-directory=.phpunit.cache --coverage-clover=./build/logs/clover.xml'
57
php-version: '8.4'
58
FAST_LINT_TEST_CASES: 1
59
0 commit comments