remove warning for coverage feature not in use

This commit is contained in:
Brian S. Stephan 2022-01-15 17:40:12 -06:00
parent d623c9c93d
commit 56289ab75d
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 0 additions and 6 deletions

View File

@ -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