Fix coverage argument

This commit is contained in:
2023-01-19 14:48:33 -05:00
parent 39547c6e5c
commit 1c5f721723

View File

@ -16,7 +16,7 @@ steps:
- pip install poetry
- poetry install
# Start with a fresh database (which is already running as a service from Drone)
- poetry run pytest --cov-report --cov=vrobbler tests
- poetry run pytest --cov-report term --cov=vrobbler tests
environment:
VROBBLER_DATABASE_URL: sqlite:///test.db
volumes: