From 0013306048446b2ca93e01a56cc7eadf5a45ba45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 25 Aug 2016 15:52:33 +0200 Subject: [PATCH] Remove flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- admin/codecov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/codecov.sh b/admin/codecov.sh index a0b4db9dd0..0f2f505344 100755 --- a/admin/codecov.sh +++ b/admin/codecov.sh @@ -9,4 +9,4 @@ fi curl -s -o codecov.sh https://codecov.io/bash # Upload in chunks of 5 files -ls cobertura*.xml | sed -e 's/^/-f /' | xargs -n 10 bash ./codecov.sh -X nocolor -X gcov -F "${CODECOV_FLAG},${CONFIGURATION}" +ls cobertura*.xml | sed -e 's/^/-f /' | xargs -n 10 bash ./codecov.sh -X nocolor -X gcov