py-incremental/.coveragerc

17 lines
222 B
Plaintext
Raw Normal View History

2015-11-29 15:57:37 +02:00
[run]
2015-11-29 17:44:40 +02:00
source =
incremental
2021-07-25 18:33:24 +03:00
tests
2015-11-29 15:57:37 +02:00
branch = True
2015-11-29 17:44:40 +02:00
[paths]
source =
src/
.tox/*/lib/python*/site-packages/
.tox/pypy*/site-packages/
2021-03-21 23:33:49 +02:00
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING: