forked from GithubBackups/healthchecks
dont include tests in coverage calculation
This commit is contained in:
parent
808c6e6a01
commit
32050e06e8
@ -12,6 +12,6 @@ env:
|
|||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
script:
|
script:
|
||||||
- coverage run --source=hc manage.py test
|
- coverage run --omit=*/tests/* --source=hc manage.py test
|
||||||
after_success: coveralls
|
after_success: coveralls
|
||||||
cache: pip
|
cache: pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user