Loading setup.cfg +3 −0 Original line number Diff line number Diff line Loading @@ -59,12 +59,15 @@ branch = True [coverage:report] fail_under = 80 precision = 2 show_missing = True omit = **/__main__.py exclude_lines = pragma: no cover if __name__ == .__main__.: def __repr__ __version__ = @(.*\.)?abstract((static|class)?method|property) except ImportError:\s*(...|pass) [coverage:xml] output = .coverage.xml Loading Loading
setup.cfg +3 −0 Original line number Diff line number Diff line Loading @@ -59,12 +59,15 @@ branch = True [coverage:report] fail_under = 80 precision = 2 show_missing = True omit = **/__main__.py exclude_lines = pragma: no cover if __name__ == .__main__.: def __repr__ __version__ = @(.*\.)?abstract((static|class)?method|property) except ImportError:\s*(...|pass) [coverage:xml] output = .coverage.xml Loading