aboutsummaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 3ad854f2a42478752cf996fa7169d205fb9137cf (plain) (blame)
1
2
3
4
5
6
7
8
9
[report]
exclude_lines =
    pragma: no cover

    if not len\(sys\.argv\) > 1:
    def main\(\):
    if __name__ == .__main__.:
    if not shutil\.which\(.convert.\):
    except PermissionError: