Skip to content

Commit

Permalink
Updated coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 2, 2013
1 parent aba2104 commit c449502
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ parts =
supervisor
test
omelette
coverage-test
coverage-report
coverage

develop = .

Expand Down Expand Up @@ -65,19 +64,15 @@ programs =


[test]
recipe = zc.recipe.testrunner
eggs =
osiris[test]
defaults = ['-v', '--auto-color', '--auto-progress', '-s', 'osiris']

[coverage-test]
recipe = zc.recipe.testrunner
recipe = tranchitella.recipe.testrunner
eggs = osiris[test]
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
defaults = ['--auto-color', '--auto-progress']

[coverage]
recipe = tranchitella.recipe.testrunner
eggs = ${test:eggs}
defaults = ['--coverage-module', 'osiris', '--coverage-branch', '--auto-progress', '--coverage-html', '--coverage-xml']

[coverage-report]
recipe = zc.recipe.egg
eggs = createzopecoverage

[omelette]
recipe = collective.recipe.omelette
Expand Down

0 comments on commit c449502

Please sign in to comment.