RED-4653: Disabled coverage check since there not tests at the moment

This commit is contained in:
Viktor Seifert 2022-07-26 11:08:16 +02:00
parent e926631b16
commit 14ed6d2ee7

View File

@ -10,13 +10,15 @@ python3 -m pip install dependency-check
python3 -m pip install docker-compose
python3 -m pip install coverage
echo "coverage report generation"
bash run_tests.sh
# This is disabled since there are currently no tests in this project.
# If tests are added this can be enabled again
# echo "coverage report generation"
# bash run_tests.sh
if [ ! -f reports/coverage.xml ]
then
exit 1
fi
# if [ ! -f reports/coverage.xml ]
# then
# exit 1
# fi
SERVICE_NAME=$1