Filter coverage down to just our code

This commit is contained in:
Tom Price
2016-07-11 12:27:00 +01:00
parent 3052f28329
commit 021edfd39d

View File

@@ -14,7 +14,7 @@ before_script:
- python manage.py collectstatic --noinput
script:
- coverage run manage.py test RIGS
- coverage run --include=PyRIGS/*.*,RIGS/*.* --omit=*/migrations/* manage.py test RIGS
after_success:
- coveralls