.coveragerc 272 Bytes
Newer Older
sunzhq2's avatar
sunzhq2 committed
1
2
3
4
5
6
7
8
9
10
11
12
[report]
omit =
    tools/*

# Regexes for lines to exclude from consideration
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover
    if __name__ == "__main__":
    if __name__ == '__main__':
    @abstractmethod
    raise NotImplementedError