343e213
# python-diff-cover
343e213
343e213
Diff coverage is the percentage of new or modified lines that are covered by
343e213
tests. This provides a clear and achievable standard for code review: If you
343e213
touch a line of code, that line should be covered. Code coverage is *every*
343e213
developer's responsibility!
343e213
343e213
The diff-cover command line tool compares an XML coverage report with the
343e213
output of git diff. It then reports coverage information for lines in the
343e213
diff.