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" echo "DVC pull step"
dvc pull dvc pull
# echo "coverage calculation" echo "coverage calculation"
# coverage run -m pytest --ignore=tests coverage run -m pytest --ignore=tests
# echo "coverage report generation" echo "coverage report generation"
# coverage report -m coverage report -m
# coverage xml coverage xml
SERVICE_NAME=$1 SERVICE_NAME=$1