From e0e53b4af9473d34fdcaf87fb89486301e34a002 Mon Sep 17 00:00:00 2001 From: abbadon1334 Date: Thu, 4 Jul 2019 18:13:42 +0300 Subject: [PATCH] changes for codeclimate - coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 516ea32..7a4b241 100755 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ script: after_script: - php vendor/bin/codacycoverage clover coverage/xml/clover.xml - sh -c 'if( [ "$TRAVIS_PHP_VERSION" != "hhvm" ] ); then php vendor/bin/coveralls -v; fi;' - - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT \ No newline at end of file + - ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT \ No newline at end of file