Skip to content

Commit 3265851

Browse files
author
abluchet
committed
Fix circleci coverage exit code
1 parent 73ff1b4 commit 3265851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
name: Run PHPUnit tests
143143
command: |-
144144
mkdir -p build/logs/tmp build/cov
145-
find tests -name '*Test.php' | circleci tests split --split-by=timings | parallel -j10% --rpl '{_} s/\//_/g;' \
145+
circleci tests glob "tests/**/*Test.php" | circleci tests split --split-by=timings | parallel -j10% --rpl '{_} s/\//_/g;' \
146146
phpdbg -qrr vendor/bin/phpunit --coverage-php build/cov/coverage-{_}.cov --log-junit build/logs/tmp/{_}.xml --colors=always {}
147147
- run:
148148
name: Merge PHPUnit test reports

0 commit comments

Comments
 (0)