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