tensorevolution/.coveragerc
2022-07-27 15:30:38 +02:00

13 lines
140 B
INI

[run]
source = src/
branch = true
omit =
.venv/*
[report]
fail_under = 100
show_missing = True
skip_covered = False
omit =
tests/*