Parcourir la source

Disable coverage upload

Shelikhoo il y a 6 ans
Parent
commit
73182c5952
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -42,7 +42,7 @@ echo "mode: set" | cat - ${COV_SORTED} > ${COVERAGE_FILE}
 
 if [ "$FAIL" -eq 0 ]; then
   echo "Uploading coverage datea to codecov."
-  bash <(curl -s https://codecov.io/bash) -f ${COVERAGE_FILE} -v || echo "Codecov did not collect coverage reports."
+  #bash <(curl -s https://codecov.io/bash) -f ${COVERAGE_FILE} -v || echo "Codecov did not collect coverage reports."
 fi
 
 exit $FAIL