mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Add codeclimit coverage 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 coveralls
|
- pip install coveralls codeclimate-test-reporter
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python manage.py collectstatic --noinput
|
- python manage.py collectstatic --noinput
|
||||||
@@ -18,3 +18,4 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
- codeclimate-test-reporter
|
||||||
|
|||||||
Reference in New Issue
Block a user