We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acc39e commit cbc9fa5Copy full SHA for cbc9fa5
pyproject.toml
@@ -9,7 +9,7 @@ xfail_strict = true
9
10
[tool.coverage.run]
11
branch = true
12
-source = ["src/taskgraph/", "taskgraph", "src/taskgraph/run-task/"]
+source = ["src/taskgraph/", "src/taskgraph/run-task/", "test"]
13
14
[tool.ruff]
15
target-version = "py38"
0 commit comments