mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-11 01:28:17 +03:00
18 lines
247 B
Plaintext
18 lines
247 B
Plaintext
|
[run]
|
||
|
branch=True
|
||
|
relative_files=True
|
||
|
source=
|
||
|
chia
|
||
|
tests
|
||
|
concurrency=multiprocessing
|
||
|
parallel=True
|
||
|
|
||
|
[report]
|
||
|
precision = 1
|
||
|
exclude_lines =
|
||
|
pragma: no cover
|
||
|
abc\.abstractmethod
|
||
|
typing\.overload
|
||
|
^\s*\.\.\.\s*$
|
||
|
if typing.TYPE_CHECKING:
|