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]
|
||||
recipe = zc.recipe.egg
|
||||
eggs = coverage
|
||||
scripts = coverage=report
|
||||
initialization =
|
||||
sys.argv = sys.argv[:] + ['xml',
|
||||
'--include=plone/app/discussion/*.py',
|
||||
@ -44,6 +43,7 @@ initialization =
|
||||
[coverage-report]
|
||||
recipe = zc.recipe.egg
|
||||
eggs = coverage
|
||||
scripts = coverage=report
|
||||
initialization =
|
||||
sys.argv = sys.argv[:] + ['report',
|
||||
'--include=plone/app/discussion/*.py',
|
||||
|
Loading…
Reference in New Issue
Block a user