aboutsummaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 38984580bc4220531981e89c599d83170b0f39bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
branch = True
source = delivery_merge

[report]
exclude_lines =
    if self.debug:
    pragma: no cover
    raise NotImplementedError
    if __name__ == .__main__.:
ignore_errors = True
omit =
    conftest.py
    setup.py
    tests/*
    delivery_merge/cli/*