gwift_old/.coveragerc

11 lines
152 B
Plaintext
Raw Normal View History

2015-12-28 10:05:16 +01:00
# .coveragerc to control coverage.py
[run]
branch = True
omit = ../*migrations*
[report]
ignore_errors = True
[html]
directory = coverage_html_report