<div dir="ltr">Hi all,<div><br></div><div>If anyone is interested, I wrote a blog post about a test coverage tool we use at EdX called diff-cover:</div><div><br></div><div><a href="http://engineering.edx.org/2013/12/diff-cover-test-coverage-for-git-commits/" target="_blank">http://engineering.edx.org/2013/12/diff-cover-test-coverage-for-git-commits/</a><br>
</div><br>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&#39;ve increased Python line coverage from less than 50% to about 87%.<div>
<br></div><div>The project is open-source and available on GitHub: <a href="https://github.com/edx/diff-cover" target="_blank">https://github.com/edx/diff-cover</a></div><div><br></div><div>-- Will</div></div>