Skip to content

Commit 8fc5676

Browse files
author
Hara
committed
update: coverageの測定をsrcディレクトリのみを対象に
1 parent afa34d0 commit 8fc5676

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ dev = [
2525
"pytest-mock>=3.14.1",
2626
]
2727

28+
[tool.coverage.run]
29+
source = ["src"]
30+

0 commit comments

Comments
 (0)