/ .coveragerc
.coveragerc
1  [run]
2  branch = True
3  plugins =
4      django_coverage_plugin
5  
6  omit = *migrations*