[Checkins] SVN: Products.GenericSetup/branches/upgrade-upgrade-api/buildout.cfg add coverage

Godefroid Chapelle gotcha at bubblenet.be
Mon May 23 09:16:35 EDT 2011


Log message for revision 121777:
  add coverage

Changed:
  U   Products.GenericSetup/branches/upgrade-upgrade-api/buildout.cfg

-=-
Modified: Products.GenericSetup/branches/upgrade-upgrade-api/buildout.cfg
===================================================================
--- Products.GenericSetup/branches/upgrade-upgrade-api/buildout.cfg	2011-05-23 13:15:35 UTC (rev 121776)
+++ Products.GenericSetup/branches/upgrade-upgrade-api/buildout.cfg	2011-05-23 13:16:34 UTC (rev 121777)
@@ -4,7 +4,8 @@
     test
     zopepy
     docs
-    docs
+    coverage-test
+    coverage-report
 
 unzip = true
 
@@ -26,3 +27,13 @@
 [docs]
 recipe = zc.recipe.egg
 eggs = Sphinx
+
+[coverage-test]
+recipe = zc.recipe.testrunner
+eggs = ${test:eggs}
+defaults = ['--coverage', '${buildout:directory}/coverage']
+
+[coverage-report]
+recipe = zc.recipe.egg
+eggs = z3c.coverage
+arguments = ('coverage', 'coverage/report')



More information about the checkins mailing list