asyncio-taskpool/.coveragerc

13 lines
213 B
Plaintext
Raw Permalink Normal View History

2022-02-03 20:06:30 +01:00
[run]
source = src/
branch = true
2022-04-06 21:47:39 +02:00
command_line = -m unittest discover
2022-02-03 20:06:30 +01:00
[report]
2022-04-03 12:34:14 +02:00
fail_under = 100
2022-02-03 20:06:30 +01:00
show_missing = True
skip_covered = False
exclude_lines =
if TYPE_CHECKING:
if __name__ == ['"]__main__['"]: