Skip to content

Commit

Permalink
Added util for running the coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mattss committed May 2, 2014
1 parent 3c3f9f7 commit 3b44183
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parts +=
robot
flake8
createcoverage
coverage-report
generate-docs

extensions = mr.developer
Expand Down Expand Up @@ -56,6 +57,14 @@ input = inline:
mode = 755
output = ${buildout:bin-directory}/generate-docs

[coverage-report]
recipe = collective.recipe.template
input = inline:
#!/bin/bash
${buildout:bin-directory}/createcoverage ${buildout:bin-directory}/test
mode = 755
output = ${buildout:bin-directory}/coverage-report

[versions]
plone.app.testing=4.2.2
zc.buildout = 1.6.3

0 comments on commit 3b44183

Please sign in to comment.