chia-blockchain/.coveragerc
Kyle Altendorf 74b02fa44e
test installed code, not source (#15532)
* 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
2023-07-24 20:02:00 -05:00

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: