From f215a035b5b21d2831228d8e82d99a3414a38c07 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 4 May 2020 09:32:33 +0200 Subject: [PATCH] Upload coverage to Scrutinizer Signed-off-by: William Desportes --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e32cf4ecfb..5ed060870b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,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) services: