coerage report
Python CI / test (push) Successful in 43s

This commit is contained in:
2025-06-07 17:33:11 +02:00
parent 5b2c24e59d
commit cfd8678af5
2 changed files with 287 additions and 283 deletions
+9 -1
View File
@@ -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"