Skip to content

Commit 5668967

Browse files
authored
v2.0.3 (#13)
1 parent 26edef4 commit 5668967

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,12 @@ line-length = 120
8181
skip-string-normalization = true
8282

8383
[tool.coverage.run]
84-
source = ["ddcDatabases"]
8584
omit = [
8685
"build.py",
8786
"tests/*",
88-
"*/__init__.py",
8987
]
9088

9189
[tool.coverage.report]
9290
exclude_lines = [
9391
"pragma: no cover",
94-
"def __repr__",
95-
"if self.debug:",
96-
"if settings.DEBUG",
97-
"raise AssertionError",
98-
"raise NotImplementedError",
99-
"if 0:",
100-
"if __name__ == .__main__.:",
101-
"class .*\\bProtocol\\):",
102-
"@(abc\\.)?abstractmethod",
10392
]
104-
show_missing = false
105-
skip_covered = false

0 commit comments

Comments
 (0)