Skip to content

Commit 8d2b349

Browse files
committed
Make coverage source a list
1 parent bb369f7 commit 8d2b349

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
@@ -51,7 +51,7 @@ disable_error_code = [
5151
]
5252

5353
[tool.coverage.run]
54-
source = "zigpy_znp"
54+
source = ["zigpy_znp"]
5555

5656
[tool.pyupgrade]
5757
py37plus = true

0 commit comments

Comments
 (0)