Actually add coverage back, it's just coveralls we didn't want
This commit is contained in:
@@ -18,8 +18,10 @@ install_requires = [
|
||||
tests_require = [
|
||||
'requests>=1.0.0, <3.0.0',
|
||||
'nose',
|
||||
'coverage',
|
||||
'mock',
|
||||
'pyaml',
|
||||
'nosexcover'
|
||||
]
|
||||
|
||||
# use external unittest for 2.6
|
||||
|
||||
@@ -55,9 +55,11 @@ def run_all(argv=None):
|
||||
# fetch yaml tests
|
||||
fetch_es_repo()
|
||||
|
||||
# always insert coverage when running tests
|
||||
if argv is None:
|
||||
argv = [
|
||||
'nosetests', '--with-xunit',
|
||||
'--with-xcoverage', '--cover-package=elasticsearch', '--cover-erase',
|
||||
'--logging-filter=elasticsearch', '--logging-level=DEBUG',
|
||||
'--verbose',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user