mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 22:54:02 +08:00
14 lines
188 B
INI
14 lines
188 B
INI
# Configuration for coverage.py
|
|
|
|
[run]
|
|
branch = True
|
|
source = skimage
|
|
include = */skimage/*
|
|
omit =
|
|
*/setup.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
def __repr__
|
|
if __name__ == .__main__.:
|