Skip to content

Commit

Permalink
Add coverage parts to plone.app.users buildout
Browse files Browse the repository at this point in the history
To view HTML coverage report:
./bin/coverage-test
./bin/coverage
firefox report/plone.app.users.html
  • Loading branch information
khink committed Nov 12, 2013
1 parent 4e75c97 commit 0e800fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plips/plip12253-users-z3cform.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
[buildout]
extends = plipbase.cfg

parts +=
coverage-test
coverage-report

auto-checkout +=
plone.app.users
# collective.examples.userdata
Expand All @@ -20,3 +24,7 @@ plone.app.users = git ${remotes:plone}/plone.app.users.git branch=plip12253-use-
#zcml +=
# collective.examples.userdata-configure
# collective.examples.userdata-overrides

[test]
eggs =
plone.app.users [test]

1 comment on commit 0e800fb

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=491bc3ed7aea4085a7ec227d71a2da59
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.