Skip to content

Commit 08b32a4

Browse files
committed
Condense declaration of sources for coverage
1 parent 7d9d98f commit 08b32a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ warn_unused_ignores = false
6969

7070
[tool.coverage.run]
7171
branch = true
72-
source = ["tests"]
73-
source_pkgs = ["module_name"]
72+
source = ["src", "tests"]
7473

7574
[tool.coverage.paths]
7675
source = ["src/", "*/site-packages", "*/src"]

0 commit comments

Comments
 (0)