Skip to content

Commit 7177eaa

Browse files
committed
Add source so coverage reports unimported files
1 parent e121ddf commit 7177eaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ warn_unused_ignores = false
6868

6969
[tool.coverage.run]
7070
branch = true
71+
source = ["src/module_name", "tests"]
72+
7173

7274
[tool.coverage.report]
7375
exclude_lines = [

0 commit comments

Comments
 (0)