+9
-1
@@ -39,10 +39,18 @@ exclude_lines = [
|
||||
"raise AssertionError",
|
||||
"raise NotImplementedError",
|
||||
"if 0:",
|
||||
"if __name__ == .__main__.:"
|
||||
"if __name__ == .__main__.:",
|
||||
"^\\s*\"\"\".*\"\"\"\\s*$",
|
||||
"^\\s*'''.*'''\\s*$",
|
||||
"^\\s*\"\"\"",
|
||||
"^\\s*'''",
|
||||
"\"\"\"\\s*$",
|
||||
"'''\\s*$"
|
||||
]
|
||||
precision = 2
|
||||
show_missing = true
|
||||
skip_covered = false
|
||||
skip_empty = true
|
||||
|
||||
[tool.coverage.xml]
|
||||
output = "coverage.xml"
|
||||
|
||||
Reference in New Issue
Block a user