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.
2 parents 1486af8 + f727d59 commit ad05305Copy full SHA for ad05305
.circleci/config.yml
@@ -142,8 +142,7 @@ jobs:
142
name: Run PHPUnit tests
143
command: |-
144
mkdir -p build/logs/tmp build/cov
145
- circleci tests glob "tests/**/*Test.php" | circleci tests split --split-by=timings | parallel -j10% --rpl '{_} s/\//_/g;' \
146
- phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage-{_}.cov --log-junit build/logs/tmp/{_}.xml --colors=always {}
+ phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage.cov --log-junit build/logs/tmp/coverage.xml --colors=always
147
- run:
148
name: Merge PHPUnit test reports
149
0 commit comments