mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 13:26:37 +08:00
10 lines
115 B
INI
10 lines
115 B
INI
# Configuration for coverage.py
|
|
|
|
[run]
|
|
branch = True
|
|
source = skimage
|
|
include = */skimage/*
|
|
omit =
|
|
*/setup.py
|
|
|