Files
715953bc5a Checkpoint Merge (#21106)
Co-authored-by: Almog De Paz <almogdepaz@gmail.com>
Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
Co-authored-by: Earle Lowe <e.lowe@chia.net>
Co-authored-by: Zachary Brown <z.brown@chia.net>
2026-07-09 12:32:45 -05:00

29 lines
466 B
INI

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