Skip to content

Commit 0d2076e

Browse files
committed
TST: Include __init__.py files in coverage report
Include `__init__.py` files in coverage report: the package's `__init__.py` files contain code (e.g. the `data` module `load` function) that needs to be tested. If left outside coverage reports, no awareness about their exercise exists, and bugs may go unnoticed.
1 parent 7d10722 commit 0d2076e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ parallel = true
236236
concurrency = ["multiprocessing"]
237237
omit = [
238238
"^test/*",
239-
"*/__init__.py",
240239
"*/conftest.py",
241240
"src/nifreeze/_version.py"
242241
]

0 commit comments

Comments
 (0)