Skip to content

Commit cbc9fa5

Browse files
committed
ci: add test directory to coverage results
Following the advice of nedbat: https://nedbatchelder.com/blog/202008/you_should_include_your_tests_in_coverage.html
1 parent 3acc39e commit cbc9fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ xfail_strict = true
99

1010
[tool.coverage.run]
1111
branch = true
12-
source = ["src/taskgraph/", "taskgraph", "src/taskgraph/run-task/"]
12+
source = ["src/taskgraph/", "src/taskgraph/run-task/", "test"]
1313

1414
[tool.ruff]
1515
target-version = "py38"

0 commit comments

Comments
 (0)