Use sentry in all environments

It still is optional though
This commit is contained in:
Sonny Bakker 2021-04-25 12:15:02 +02:00
parent db5780f9f1
commit fee2a4f17b
8 changed files with 77 additions and 13 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