Diff cover is a tool that gives you a code coverage number on a diff rather than the entire project. The talk walks though how this works and discusses an tool that does the same but with quality tools like pep8
Covering the entire project may be infeasible • We don’t necessarily understand everything ◦ This can make for weak tests • But… we can at least improve going forward
build if the coverage percent or quality percent is not up to snuff ◦ Very nice when integrating into CI • --html-report Make super snazzy reports ◦ Display nicely with the html-publisher jenkins plugin