codelord.net

Code, Angular, iOS and more by Aviv Ben-Yosef

Python (nose) Test Coverage on Buildbot

| Comments

Once we got our builds happily running on Buildbot, there’s really no reason not to add coverage since it’s so easy (especially if you get bragging rights over your non-TDDers teammates).

All you have to do is this (code is based on this blog post, with adaptations to work on slaves that don’t share directories with the master, since the createSummary method runs on the master):

Comments