coverage: use source=. and report.include
This appears to improve performance - ~4s with `tox -e py37-coverage -- testing/test_collection.py`.
This commit is contained in:
parent
f1254c4461
commit
b5cf61312b
|
@ -1,8 +1,11 @@
|
||||||
[run]
|
[run]
|
||||||
source = pytest,_pytest,testing/
|
source = .
|
||||||
parallel = 1
|
parallel = 1
|
||||||
branch = 1
|
branch = 1
|
||||||
|
|
||||||
|
[report]
|
||||||
|
include = src/*, testing/*
|
||||||
|
|
||||||
[paths]
|
[paths]
|
||||||
source = src/
|
source = src/
|
||||||
.tox/*/lib/python*/site-packages/
|
.tox/*/lib/python*/site-packages/
|
||||||
|
|
Loading…
Reference in New Issue