Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one last attempt
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 8 Jul 2018 17:36:02 +0000 (19:36 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 8 Jul 2018 17:36:02 +0000 (19:36 +0200)
tools/jenkins/Coverage.sh

index 2d3de6f..b9b04bf 100755 (executable)
@@ -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