summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 9e18d8489c1137550a65566f381ef3443a6142c7 (plain)
1
2
3
4
5
6
7
8
9
[paths]
source =
   pylint

[report]
include =
    pylint/*
omit =
    */test/*