Use coverage run command
This commit is contained in:
parent
d3f9a11f44
commit
bd48634509
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue