|
|
|
@ -80,12 +80,6 @@ source =
|
|
|
|
|
[coverage:run] |
|
|
|
|
branch = True |
|
|
|
|
|
|
|
|
|
# redundant with pytest --cov above, but this tricks the coverage.xml report into |
|
|
|
|
# using the full path, otherwise files with the same name in different paths |
|
|
|
|
# get clobbered. maybe appends would fix this, IDK |
|
|
|
|
include = |
|
|
|
|
.tox/**/incorporealcms/ |
|
|
|
|
|
|
|
|
|
omit = |
|
|
|
|
**/_version.py |
|
|
|
|
|
|
|
|
|