mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-07 17:59:35 +03:00
74b02fa44e
* explore testing installed code, not source * non-editable install * hmm * yup * bash it up * test-single.yml: defaults: run: shell: bash * try removing windows specific steps * env.GITHUB_WORKSPACE * Update test-single.yml * Update test-single.yml * Update test-single.yml * also Install.ps1 * , * more * Update test-single.yml * Update .coveragerc * whitespace
26 lines
363 B
INI
26 lines
363 B
INI
[run]
|
|
branch=True
|
|
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_lines =
|
|
pragma: no cover
|
|
abc\.abstractmethod
|
|
typing\.overload
|
|
^\s*\.\.\.\s*$
|
|
if typing.TYPE_CHECKING:
|
|
if TYPE_CHECKING:
|