Projektor can visualize code coverage stats in your codebase, helping identify areas that need further testing. Currently Projektor supports code coverage from Jacoco, Jest and Cobertura. If your code coverage tool can output a coverage report in one of those formats, you’re golden.
Example Projektor reports with code coverage:
Instructions for enabling code coverage with each publisher:
On the test run summary page, Projektor can display the overall coverage stats for your project:
In Gradle multi-project builds, Projektor can break down the coverage stats for each sub-project:
View the code coverage over time in a given Git repository:
Repository code coverage timeline example
View the code coverage stats for repos across your Git organization to identify areas to focus on: