remove coveragerc

This commit is contained in:
geekan 2023-07-03 13:23:23 +08:00
parent 6e1aeb08f4
commit e360850e73

View file

@ -1,16 +0,0 @@
[run]
omit =
*/site-packages/* \
*\__init__.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
"""
'''
pragma: no cover
def __repr__
if self.debug:
raise AssertionError
raise NotImplementedError
except Exception as e:
if __name__ == .__main__.: