Skip to content

Commit 6e7d73f

Browse files
authored
Merge pull request hed-standard#1132 from VisLab/check_workflow
Modified the qlty.toml for coverage path
2 parents bd8fd9c + 1b322a2 commit 6e7d73f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

qlty.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ paths = [
6060
[coverage]
6161
# Coverage configuration for Python projects
6262
# This will be used by the qlty-action/coverage action
63-
formats = ["lcov"]
64-
paths = ["target/lcov.info"]
63+
formats = ["cobertura"]
64+
paths = ["coverage.xml"]
65+
path_style = "relative"
66+
sources = ["hed"]

0 commit comments

Comments
 (0)