RED-4653: Disabled coverage check since there not tests at the moment
This commit is contained in:
parent
e926631b16
commit
14ed6d2ee7
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user