mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 17:32:16 +00:00
Enable coveralls reporting
This commit is contained in:
@@ -8,7 +8,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install coverage
|
- pip install coveralls
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python manage.py collectstatic --noinput
|
- python manage.py collectstatic --noinput
|
||||||
@@ -16,6 +16,5 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- coverage run manage.py test RIGS
|
- coverage run manage.py test RIGS
|
||||||
|
|
||||||
after_script:
|
after_success:
|
||||||
- coverage report -m --include=PyRIGS/*.*,RIGS/*.* --omit=*/migrations/* | tee coverage.txt
|
- coveralls
|
||||||
- coverage html --include=PyRIGS/*.*,RIGS/*.* --omit=*/migrations/*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user