# .coveragerc to control coverage.py

[run]
branch = True
include = ./*
omit = *migrations*

[report]
show_missing = True
