From 678af7ecc6272bac6f03f970e864fb8fe4fe9a84 Mon Sep 17 00:00:00 2001 From: Grigorev Rostislav Date: Tue, 17 Jan 2023 15:57:35 +0300 Subject: [PATCH] fix coverage --- run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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