django-stockfin-db/.coveragerc

13 lines
167 B
Plaintext
Raw Normal View History

2021-12-31 20:30:36 +01:00
[run]
source = src/
branch = true
omit =
.venv/*
[report]
fail_under = 100
show_missing = True
skip_covered = True
exclude_lines =
if __name__ == .__main__.: