Commit 453c7b0
authored
Improved coverage config and enabled branch coverage (#2074)
Details:
* Removed Python standard packages from coverage report in local test
runs by specifying run.source in .coveragerc.
* Fixed the run.omit directories to use /** instead of /*. That did
not change anything but it is now following the documentation for
matching subtrees.
* Enabled branch coverage reporting. This lowered the total reported
coverage somewhat.
* Specified coverage precision to be 2. That is the default on coveralls.io,
but for local runs it overwrites the default of 0.
Signed-off-by: Andreas Maier <maiera@de.ibm.com>1 parent 030803c commit 453c7b0
1 file changed
Lines changed: 19 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
9 | | - | |
10 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
11 | 24 | | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
15 | 28 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
29 | 40 | | |
30 | 41 | | |
| 42 | + | |
31 | 43 | | |
0 commit comments