Skip to content

Commit 621aba9

Browse files
committed
Add coverage options
1 parent f6edb08 commit 621aba9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,15 @@ extend-ignore = [
7272
[tool.deptry]
7373
exclude = [
7474
'tests', 'examples'
75+
]
76+
77+
[tool.coverage.run]
78+
# Include only the specific package directories for coverage, exclude tests
79+
include = [
80+
"src/fractal_helper_tasks/*"
81+
]
82+
omit = [
83+
"*/tests/*",
84+
"*_test.py",
85+
"setup.py"
7586
]

0 commit comments

Comments
 (0)