Skip to content

Commit

Permalink
add coverage instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cewing committed Apr 26, 2013
1 parent 1835c46 commit 05b5d32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions buildout.cfg
Expand Up @@ -11,6 +11,8 @@ always-checkout = True
parts =
templer
test
coverage
coverage-report
test-plone-basic
test-plone-basic-with-robot
test-plone-dexterity
Expand Down Expand Up @@ -62,6 +64,15 @@ eggs =
templer.localcommands[test]
templer.plone.localcommands

[coverage]
recipe = zc.recipe.egg
eggs = coverage

[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coveragereport=coverage-report

[test-plone-basic]
recipe = collective.recipe.template
input = inline:
Expand Down

0 comments on commit 05b5d32

Please sign in to comment.