Package python3-diff-cover

Automatically find diff lines that need test coverage

https://github.com/Bachmann1234/diff-cover/

Diff coverage is the percentage of new or modified lines that are covered by
tests. This provides a clear and achievable standard for code review: If you
touch a line of code, that line should be covered. Code coverage is *every*
developer's responsibility!

The diff-cover command line tool compares an XML coverage report with the
output of git diff. It then reports coverage information for lines in the
diff.

Version: 7.3.2

General Commands

diff-cover manual page for diff-cover 7.3.2
diff-quality manual page for diff-quality 7.3.2