chia-blockchain/.coveragerc
2023-12-14 11:15:53 -06:00

29 lines
448 B
INI

[run]
branch=True
disable_warnings=
module-not-measured
relative_files=True
source_pkgs=
chia
tests
omit=
tests/**/config.py
concurrency=multiprocessing, thread
parallel=True
[paths]
source =
chia/
venv/**/site-packages/chia/
[report]
precision = 1
exclude_also =
abc\.abstractmethod
typing\.overload
^\s*\.\.\.\s*$
if typing.TYPE_CHECKING:
if TYPE_CHECKING:
^ *@pytest.mark.skip($|\()
benchmark_runner: BenchmarkRunner