# .coveragerc
[run]
source = DeepPeak
branch = True
relative_files = True
parallel = True
omit =
    **/__init__.py
    DeepPeak/_version.py
    DeepPeak/directories.py
    DeepPeak/**/__main__.py

[report]
skip_covered = True
show_missing = True
precision = 2

[html]
directory = htmlcov

[xml]
output = coverage.xml
