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: before_script:
- pip install -r requirements/production.txt -r requirements/development.txt - pip install -r requirements/production.txt -r requirements/development.txt
script: script:
- ./src/manage.py test newsreader - coverage run ./src/manage.py test newsreader
- coverage report
javascript-tests: javascript-tests:
stage: test stage: test