uncomment testing code in sonar script

This commit is contained in:
Isaac Riley 2022-03-22 13:04:11 +01:00
parent 7d22db92cf
commit dac6d47dc2

View File

@ -16,11 +16,11 @@ pip install -r requirements.txt
echo "DVC pull step"
dvc pull
# echo "coverage calculation"
# coverage run -m pytest --ignore=tests
# echo "coverage report generation"
# coverage report -m
# coverage xml
echo "coverage calculation"
coverage run -m pytest --ignore=tests
echo "coverage report generation"
coverage report -m
coverage xml
SERVICE_NAME=$1