summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 7a78be55283b95cae3826e236767ebb60b6a9c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
source=virtinst/
omit=virtinst/progress.py

[report]
skip_covered = yes

exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain if tests don't hit defensive assertion code:
    raise NotImplementedError
    .*DevError.*