remove option to ignore tests in sonar scan
This commit is contained in:
parent
dac6d47dc2
commit
d37fa6eaf7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user