From 572563a4fa0ca4a89dbe24662aee4cc1730b74b4 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 22 May 2018 06:47:29 +0700 Subject: [PATCH 1/2] uncomment coverage-clover logging to get clover.xml which read by coveralls.phar --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a6274ba5ce34..d720c67e4040 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -33,6 +33,6 @@ - + From 2f6f4aa670f090a65d05e93540cd4772fe62b789 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 22 May 2018 06:54:06 +0700 Subject: [PATCH 2/2] add -v to see if the coveralls status --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9535ab4ec5f2..4c01894e82c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,4 +43,4 @@ before_script: - composer install --prefer-source after_success: - - travis_retry php tests/bin/coveralls.phar + - travis_retry php tests/bin/coveralls.phar -v