uncomment testing code in sonar script
This commit is contained in:
parent
7d22db92cf
commit
dac6d47dc2
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user