diff --git a/run_tests.sh b/run_tests.sh index 6298a4c0..e967ac06 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,7 +1,7 @@ #!/bin/bash export PYTHONPATH=. -python -m pytest --cov=innofw --cov-report=xml --junitxml=/code/out_report.xml -# coverage report --fail-under=40 +python -m pytest --cov=innofw --cov-report=xml --junitxml=out_report.xml +coverage report --fail-under=40 if [ $? -ne 0 ]; then echo ERROR exit 2