From e8a390339a55322019d052afc30dd4143b62b198 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Sun, 13 Jan 2019 18:27:11 +0100 Subject: [PATCH] less noisy codecov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc5f63706..5a1bfc2f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -240,5 +240,5 @@ script: - if test "$CPPCHECK" == yes ; then make codecheck ; fi after_success: - if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi - - if test "$MAKECOVERAGE" == yes ; then bash <(curl -s https://codecov.io/bash) ; fi - if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi + - if test "$MAKECOVERAGE" == yes ; then bash <(curl -s https://codecov.io/bash) > /dev/null ; fi -- GitLab