Update run_tests

This commit is contained in:
DatuX
2021-02-02 15:56:22 +01:00
committed by GitHub
parent 9e2a6dba3d
commit 3550100099

View File

@ -23,9 +23,9 @@ echo
coverage report coverage report
#this does automatic travis CI/https://coveralls.io/ intergration: #this does automatic travis CI/https://coveralls.io/ intergration:
if which coveralls > /dev/null; then # if which coveralls > /dev/null; then
echo "Submitting to coveralls.io:" # echo "Submitting to coveralls.io:"
coveralls # coveralls
fi # fi
exit $EXIT exit $EXIT