From: Augustin Degomme Date: Sun, 8 Jul 2018 17:36:02 +0000 (+0200) Subject: one last attempt X-Git-Tag: v3_21~519 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/aeafac084ea4eb1ecf3c4063aa0a2798531842c8 one last attempt --- 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