forked from GithubBackups/healthchecks
Merge pull request #31 from BetterWorks/accurateCoverage
dont include tests in coverage calculation
This commit is contained in:
commit
8f215ec01e
@ -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