summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 18f47d444c17686168cbdbdc5f3541a8092044f2 (plain)
1
2
3
4
5
6
7
8
[run]
source = src

[report]
exclude_lines =
    pragma: no cover
    raise NotImplementedError
    raise AssertionError