gwift_old/.coveragerc

11 lines
161 B
Plaintext
Raw Permalink Normal View History

2015-12-28 10:05:16 +01:00
# .coveragerc to control coverage.py
[run]
branch = True
2016-09-30 13:25:31 +02:00
omit = *migrations*, *manage.py
2015-12-28 10:05:16 +01:00
[report]
ignore_errors = True
[html]
directory = coverage_html_report