[TIP] Diff-cover blog post

William Daly will at edx.org
Mon Dec 23 18:37:02 PST 2013


Hi all,

If anyone is interested, I wrote a blog post about a test coverage tool we
use at EdX called diff-cover:

http://engineering.edx.org/2013/12/diff-cover-test-coverage-for-git-commits/

Diff-cover measures code coverage for lines of code in a git diff.  This
has been really useful for holding developers accountable for writing unit
tests for their code.  In the last 10 months, we've increased Python line
coverage from less than 50% to about 87%.

The project is open-source and available on GitHub:
https://github.com/edx/diff-cover

-- Will
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20131223/57fb5d42/attachment.htm>


More information about the testing-in-python mailing list