mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
e8262e945f
This avoids some collisions in some coverage reports between files in `chia/` and `tests/`. Minimal example in https://github.com/altendky/example001 and "real" trouble observed in https://github.com/Chia-Network/chia-blockchain/pull/14141/files.
18 lines
252 B
INI
18 lines
252 B
INI
[run]
|
|
branch=True
|
|
relative_files=True
|
|
source_pkgs=
|
|
chia
|
|
tests
|
|
concurrency=multiprocessing
|
|
parallel=True
|
|
|
|
[report]
|
|
precision = 1
|
|
exclude_lines =
|
|
pragma: no cover
|
|
abc\.abstractmethod
|
|
typing\.overload
|
|
^\s*\.\.\.\s*$
|
|
if typing.TYPE_CHECKING:
|