dont include tests in coverage calculation

This commit is contained in:
Di Wu 2016-01-18 16:01:34 -08:00
parent 808c6e6a01
commit 32050e06e8

View File

@ -12,6 +12,6 @@ env:
addons:
postgresql: "9.4"
script:
- coverage run --source=hc manage.py test
- coverage run --omit=*/tests/* --source=hc manage.py test
after_success: coveralls
cache: pip