We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8fd9c commit 1b322a2Copy full SHA for 1b322a2
1 file changed
qlty.toml
@@ -60,5 +60,7 @@ paths = [
60
[coverage]
61
# Coverage configuration for Python projects
62
# This will be used by the qlty-action/coverage action
63
-formats = ["lcov"]
64
-paths = ["target/lcov.info"]
+formats = ["cobertura"]
+paths = ["coverage.xml"]
65
+path_style = "relative"
66
+sources = ["hed"]
0 commit comments