From 7e4bfbdefb09abb1f5ceef80c724dace125310de Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 4 May 2020 09:58:15 +0200 Subject: [PATCH] Fix codacy coverage reporter script Signed-off-by: William Desportes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ed060870b..c065196435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ after_script: after_success: - bash <(curl -s https://codecov.io/bash) - if [ -f build/logs/clover.xml ] ; then curl -LsO https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi - - bash <(curl -Ls https://coverage.codacy.com/get.sh) + - if [ -f build/logs/clover.xml ] ; then bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l php -r build/logs/clover.xml --partial; fi services: - mysql