compub/.coveragerc

13 lines
140 B
Plaintext
Raw Normal View History

2022-06-27 09:08:10 +02:00
[run]
source = src/
branch = true
omit =
.venv/*
[report]
fail_under = 100
show_missing = True
skip_covered = False
omit =
tests/*