Sunburst

The coverage sunburst is an interactive graph accessible after clicking on a repository from the repository overview. It 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 (larger means more files) and the color indicates the coverage with green signaling a set of files with more coverage, down to red signaling less coverage.

You can navigate around the sunburst in the following ways:

  • 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

Embedding Graphs

You can also embed these graphs in your own application, either via API or URL. To see this page:

  • Navigate to the repository of your choice from the repository overview
  • Click the "Configuration" tab
  • Click the "Badges and Graphs" section in the sidebar