remove option to ignore tests in sonar scan

This commit is contained in:
Isaac Riley 2022-03-22 13:20:52 +01:00
parent dac6d47dc2
commit d37fa6eaf7

View File

@ -17,7 +17,7 @@ echo "DVC pull step"
dvc pull
echo "coverage calculation"
coverage run -m pytest --ignore=tests
coverage run -m pytest
echo "coverage report generation"
coverage report -m
coverage xml