From 3550100099eb711946fff7665992ad8daf4a8527 Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 2 Feb 2021 15:56:22 +0100 Subject: [PATCH] Update run_tests --- run_tests | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run_tests b/run_tests index 639febe..390c536 100755 --- a/run_tests +++ b/run_tests @@ -23,9 +23,9 @@ echo coverage report #this does automatic travis CI/https://coveralls.io/ intergration: -if which coveralls > /dev/null; then - echo "Submitting to coveralls.io:" - coveralls -fi +# if which coveralls > /dev/null; then +# echo "Submitting to coveralls.io:" +# coveralls +# fi exit $EXIT