Back to Browse

Java Code Coverage as a Code Review Tool

2.1K views
Sep 7, 2020
15:22

In this video I demonstrate the use of Code Coverage to help me review code. You'll learn: - How Code Coverage Metrics can change due to code formatting. - How to configure code coverage to target specific classes. - Situations where High (100%) Code Coverage can still require more tests. - Coverage refers to 'model' coverage, not just Code Coverage. The project that I am working in: - https://github.com/eviltester/thingifier/tree/master/challenger Associated blog post at: https://eviltester.com/post/java/using-code-coverage-for-review.html --- Remember to subscribe to this YouTube channel. You can support me on Patreon https://patreon.com/eviltester (watch my videos ad free and receive extra content) I blog at https://eviltester.com/blog Learn more about my books and online training at: - https://eviltester.com Follow me on: - https://twitter.com/eviltester - https://instagram.com/eviltester - https://facebook.com/eviltester

Download

0 formats

No download links available.

Java Code Coverage as a Code Review Tool | NatokHD