This commit is contained in:
Sonny Bakker 2021-04-25 20:26:43 +02:00
parent d89e1bc6d4
commit 8498303006
13 changed files with 90 additions and 19 deletions

View file

@ -9,7 +9,7 @@ python-tests:
- pip install poetry --quiet
- poetry config cache-dir .cache/poetry
- poetry config virtualenvs.in-project true
- poetry install --no-interaction --quiet
- poetry install --no-interaction --quiet --extras sentry
script:
- poetry run coverage run src/manage.py test newsreader
- poetry run coverage report