Fix coveragereport script.
svn path=/plone.app.discussion/trunk/; revision=38987
This commit is contained in:
parent
61565de95a
commit
867e641465
@ -21,12 +21,11 @@ defaults = ['--auto-color', '--auto-progress']
|
|||||||
|
|
||||||
[coverage-test]
|
[coverage-test]
|
||||||
recipe = zc.recipe.testrunner
|
recipe = zc.recipe.testrunner
|
||||||
eggs = ${buildout:package-name}
|
eggs = ${test:eggs}
|
||||||
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
|
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
|
||||||
|
|
||||||
[coverage-report]
|
[coverage-report]
|
||||||
recipe = zc.recipe.egg
|
recipe = zc.recipe.egg
|
||||||
eggs = z3c.coverage
|
eggs = z3c.coverage
|
||||||
scripts = coveragereport=coverage-report
|
scripts = coveragereport
|
||||||
arguments = ('coverage', 'report')
|
arguments = ('coverage', 'report')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user