Sunburst

The coverage sunburst is an interactive graph that enables you to navigate into project folders to discover files lacking code coverage. The size of each slice is the total number of tracked coverage lines, and the color indicates the coverage.

Click on a block to enter a folder.
Click the inner-most circle to leave that folder.
Click on the filename to view the file's coverage.

640

Coverage Reach

The coverage reach graph focuses on files that have changed in coverage when comparing two commits.

1202
  • Each block size represents the number of tracked lines in the file.
  • Purple blocks represent files that are introduced.
  • Solid Red blocks represent files in the commit/compare diff where coverage decreased.
  • Solid Green blocks represent files in the commit/compare diff where coverage increased.
  • Dotted Red blocks represent files not found in the commit/compare diff where coverage decreased.
  • Dotted Green blocks represent files not found in the commit/compare diff where coverage increased.
  • Grey blocks represent files that have no coverage change.