Skip to content

Commit

Permalink
Fixed coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohman committed Jun 14, 2011
1 parent 9ab2a59 commit d8df5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ docs/*
parts/*
*.egg-info
*.pyc
coverage/*
2 changes: 1 addition & 1 deletion buildout.cfg
Expand Up @@ -10,7 +10,7 @@ eggs = zope.registry
[coverage-test]
recipe = zc.recipe.testrunner
eggs = ${test:eggs}
defaults = ['--coverage', '../../coverage']
defaults = ['--coverage', 'coverage']

[coverage-report]
recipe = zc.recipe.egg
Expand Down

0 comments on commit d8df5f3

Please sign in to comment.