We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a328593 commit 2245c3dCopy full SHA for 2245c3d
1 file changed
pyproject.toml
@@ -51,3 +51,10 @@ addopts = "--cov vistopia --doctest-modules --cov-report=xml --cov-report=term"
51
files = ["vistopia", "tests"]
52
check_untyped_defs = true
53
show_error_codes = true
54
+
55
+[tool.coverage.run]
56
+source = ["vistopia"]
57
+relative_files = true
58
59
+[tool.coverage.xml]
60
+output = "coverage.xml"
0 commit comments