Use coverage run command

This commit is contained in:
Sonny Bakker 2022-05-26 11:44:54 +02:00
parent d3f9a11f44
commit bd48634509

View file

@ -8,8 +8,7 @@ python-tests:
before_script:
- pip install -r requirements/production.txt -r requirements/development.txt
script:
- ./src/manage.py test newsreader
- coverage report
- coverage run ./src/manage.py test newsreader
javascript-tests:
stage: test