From 021edfd39d80e1dc4d8cf9626915b112d9e9cbe7 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 11 Jul 2016 12:27:00 +0100 Subject: [PATCH] Filter coverage down to just our code --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d731eb9..4156c612 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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