# .coveragerc to control coverage.py
[run]
branch = True
omit = tests/coverage/*

[path]
source = freezer_dr

[html]
directory = term

[report]
ignore_errors = True
