update dependencies

This commit is contained in:
Julius Unverfehrt 2022-06-23 16:54:13 +02:00
parent 618880241c
commit 3ae4d81bb9
2 changed files with 1 additions and 1 deletions

View File

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