Fixed typo
1 untracked files changed.
Other files ignored by Codecov
README_v_0_2_x.md
has changed.
No tracked files changed.
Files | Coverage |
---|---|
pyani | 76.23% |
Project Totals (52 files) | 76.23% |
2108
2111
2110
2109
2112
2115
2113
2114
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.