From b6b05d2d19f2843d2d021a0c14e7ce2e2c163c0c Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 23 May 2019 22:16:48 -0700 Subject: [PATCH] codecov? --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63b473604a6..6949f9c25a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,13 +77,13 @@ script: vendor/bin/codecept run unit else mkdir -p build/logs - vendor/bin/codecept run unit --coverage-xml build/logs/clover.xml; + vendor/bin/codecept run unit --coverage-xml coverage.xml; fi after_script: - | if [ $TASK_TESTS_COVERAGE == 1 ]; then - travis_retry php vendor/bin/php-coveralls --coverage_clover=tests/_output/build/logs/clover.xml --json_path=tests/_output/build/logs/coveralls-upload.json + bash <(curl -s https://codecov.io/bash) fi #after_script: