We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26edef4 commit 5668967Copy full SHA for 5668967
1 file changed
pyproject.toml
@@ -81,25 +81,12 @@ line-length = 120
81
skip-string-normalization = true
82
83
[tool.coverage.run]
84
-source = ["ddcDatabases"]
85
omit = [
86
"build.py",
87
"tests/*",
88
- "*/__init__.py",
89
]
90
91
[tool.coverage.report]
92
exclude_lines = [
93
"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",
103
104
-show_missing = false
105
-skip_covered = false
0 commit comments