summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 4ac9a45bc3c1e59605323a690b72b7c05cef99cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[run]
branch = True
source = .
omit =
     *tests*
     *migrations*

[report]
exclude_lines =
    except ImportError:
    raise NotImplementedError
    if __name__ == .__main__.: