Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
protect against entering the loop when no match is found
[simgrid.git] / tools / jenkins / Coverage.sh
index 9cac823..424d5f6 100755 (executable)
@@ -95,6 +95,7 @@ if [ -f Testing/TAG ] ; then
    then 
      for report in $WORKSPACE/java_cov*
      do
+       if [ ! -e "$report" ]; then continue; fi
        java -jar /home/ci/codacy-coverage-reporter-4.0.1-assembly.jar report -l Java -r $report --partial
      done
      java -jar /home/ci/codacy-coverage-reporter-4.0.1-assembly.jar final