Code in this file is pulled from other plotting files
1 untracked files changed.
Other files ignored by Codecov
No tracked files changed.
Files | Coverage |
---|---|
pyani | 73.20% |
Project Totals (52 files) | 73.20% |
2394
2395
2396
2393
1 |
#
|
2 |
# This codecov.yml is the default configuration for
|
3 |
# all repositories on Codecov. You may adjust the settings
|
4 |
# below in your own codecov.yml in your repository.
|
5 |
#
|
6 |
coverage: |
7 |
precision: 2 |
8 |
round: down |
9 |
range: 70...100 |
10 |
|
11 |
status: |
12 |
# Learn more at https://docs.codecov.io/docs/commit-status
|
13 |
project: true |
14 |
patch: true |
15 |
changes: false |
16 |
|
17 |
comment: |
18 |
layout: "header, diff" |
19 |
behavior: default # update if exists else create new |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.