Skip to content

Commit 06fce37

Browse files
committed
fix actions
1 parent 6a6e6ce commit 06fce37

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,10 @@ requires = ["poetry-core"]
5656
build-backend = "poetry.core.masonry.api"
5757

5858
[tool.coverage.run]
59-
relative_files = true
59+
relative_files = true
60+
[run]
61+
relative_files = true
62+
source = [
63+
".",
64+
"/tmp"
65+
]

0 commit comments

Comments
 (0)