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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue