[1bd245]: / .coveragerc

Download this file

13 lines (11 with data), 182 Bytes

[run]
source = segmentator

omit =
    *__init__*
    *__main__*
    *config*
    *tests/*
    segmentator/future/*
    segmentator/cython/*
    segmentator/sample_data/*
    *ui.py