From aeafac084ea4eb1ecf3c4063aa0a2798531842c8 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sun, 8 Jul 2018 19:36:02 +0200 Subject: [PATCH] one last attempt --- tools/jenkins/Coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jenkins/Coverage.sh b/tools/jenkins/Coverage.sh index 2d3de6f160..b9b04bfeb3 100755 --- a/tools/jenkins/Coverage.sh +++ b/tools/jenkins/Coverage.sh @@ -89,7 +89,7 @@ if [ -f Testing/TAG ] ; then #generate sloccount report sloccount --duplicates --wide --details $WORKSPACE | grep -v -e '.git' -e 'mpich3-test' -e 'sloccount.sc' -e 'isp/umpire' -e 'build/' -e 'xml_coverage.xml' -e 'CTestResults_memcheck.xml' -e 'DynamicAnalysis.xml' > $WORKSPACE/sloccount.sc - + cd $WORKSPACE #upload files to codacy. CODACY_PROJECT_TOKEN must be setup ! if ! [ -z $CODACY_PROJECT_TOKEN ] then -- 2.20.1