From 15c8c13ec36193d4914689278bba34b856371d85 Mon Sep 17 00:00:00 2001 From: Mathieu Ducharme Date: Mon, 20 Apr 2020 16:45:22 -0400 Subject: [PATCH] Attempt to fix coveralls --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d0bb891..d963156 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "phplint": "find src tests -type f -name '*.php' -print0 | xargs -0 -n1 -P8 php -l | grep -v '^No syntax errors detected'; test $? -eq 1", "phpcs": "php vendor/bin/phpcs -ps --colors src/ tests/", "phpcbf": "php vendor/bin/phpcbf -ps --colors src/ tests/", - "phpunit": "php vendor/bin/phpunit --coverage-text", + "phpunit": "php vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml", "phpstan": "php vendor/bin/phpstan analyze -n -l1 src/" } }