start 0.15.8 branch
Showing 2 of 3 files from the diff.
xdoctest/plugin.py
changed.
xdoctest/__init__.py
changed.
Other files ignored by Codecov
CHANGELOG.md
has changed.
@@ -207,9 +207,7 @@
Loading
207 | 207 | ns = NamespaceLike(self.config) |
|
208 | 208 | ||
209 | 209 | from xdoctest import doctest_example |
|
210 | - | print('ns = {!r}'.format(ns.__dict__['config'].__dict__)) |
|
211 | 210 | self._examp_conf = doctest_example.DoctestConfig()._populate_from_cli(ns) |
|
212 | - | print('self._examp_conf = {!r}'.format(self._examp_conf)) |
|
213 | 211 | ||
214 | 212 | ||
215 | 213 | class XDoctestTextfile(_XDoctestBase): |
Files | Coverage |
---|---|
xdoctest | 78.69% |
Project Totals (26 files) | 78.69% |
5012.0
5013.0
5014.0
5015.0
5006.0
5007.0
5008.0
5009.0
5011.0
5010.0
4227.0
4228.0
4230.0
4229.0
4233.0
4232.0
4236.0
4235.0
4231.0
4237.0
4234.0
4238.0
4241.0
4239.0
4244.0
4242.0
4245.0
4243.0
5005.0
5004.0
5019.0
5016.0
5021.0
5020.0
5017.0
5018.0
1 |
codecov: |
2 |
notify: |
3 |
require_ci_to_pass: no |
4 |
|
5 |
coverage: |
6 |
precision: 2 |
7 |
round: down |
8 |
range: "70...100" |
9 |
|
10 |
status: |
11 |
project: |
12 |
default: |
13 |
threshold: 10% |
14 |
patch: yes |
15 |
changes: no |
16 |
|
17 |
|
18 |
|
19 |
parsers: |
20 |
gcov: |
21 |
branch_detection: |
22 |
conditional: yes |
23 |
loop: yes |
24 |
method: no |
25 |
macro: no |
26 |
|
27 |
comment: |
28 |
layout: "header, diff" |
29 |
behavior: default |
30 |
require_changes: no |
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.