Fix coverage report.
svn path=/plone.app.discussion/trunk/; revision=40110
This commit is contained in:
parent
6b4fd0f0c1
commit
7b9a84dfbe
@ -35,7 +35,6 @@ defaults = ['--auto-color', '--auto-progress']
|
|||||||
[coverage]
|
[coverage]
|
||||||
recipe = zc.recipe.egg
|
recipe = zc.recipe.egg
|
||||||
eggs = coverage
|
eggs = coverage
|
||||||
scripts = coverage=report
|
|
||||||
initialization =
|
initialization =
|
||||||
sys.argv = sys.argv[:] + ['xml',
|
sys.argv = sys.argv[:] + ['xml',
|
||||||
'--include=plone/app/discussion/*.py',
|
'--include=plone/app/discussion/*.py',
|
||||||
@ -44,6 +43,7 @@ initialization =
|
|||||||
[coverage-report]
|
[coverage-report]
|
||||||
recipe = zc.recipe.egg
|
recipe = zc.recipe.egg
|
||||||
eggs = coverage
|
eggs = coverage
|
||||||
|
scripts = coverage=report
|
||||||
initialization =
|
initialization =
|
||||||
sys.argv = sys.argv[:] + ['report',
|
sys.argv = sys.argv[:] + ['report',
|
||||||
'--include=plone/app/discussion/*.py',
|
'--include=plone/app/discussion/*.py',
|
||||||
|
Loading…
Reference in New Issue
Block a user