[run]
data_file = temp/coverage/.coverage
branch = True
source = scripts
omit =
    */tests/*
    */test_*
    */__pycache__/*
    */conftest.py
    backup/*
    temp/*

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

[html]
directory = temp/coverage/htmlcov

[xml]
output = temp/coverage/coverage.xml

[json]
output = temp/coverage/coverage.json
