Codecov API v1 deprecation in progress
Please use the Codecov API v2. Documentation can be found here.
The icicle graph exposes your project in a top down approach. The top slice is the entire project. Each child slice, moving down, is a folder leading to the files themselves. The size of each slice is the sum of the covered lines. The color is the based on that slices coverage ratio.
# tip of default branch
GET /gh/:owner/:repo/graphs/icicle.svg?token=:graph_token
# tip of branch
GET /gh/:owner/:repo/branch/:branch/graphs/icicle.svg?token=:graph_token
# tip of pull
GET /gh/:owner/:repo/pull/:id/graphs/icicle.svg?token=:graph_token
# specific commit
GET /gh/:owner/:repo/commit/:sha/graphs/icicle.svg?token=:graph_token
<object data="https://codecov.io/gh/docker/notary/graphs/icicle.svg" type="image/svg+xml"></object>
Parameters
Provide query arguments to customize the graph.
width | 700 |
height | 150 |
border_size | 1 |
border_color | white |