summaryrefslogtreecommitdiff
path: root/example_project/.coveragerc
blob: 43462778fd30351213ac9fc10827eb2d5c1a431a (plain)
1
2
3
4
5
6
7
8
9
[report]
show_missing = True
exclude_lines =
    pragma: no cover
    raise NotImplementedError
[run]
omit =
    */migrations/*