[coverage:run]
branch = True
# this excludes all files in tests direcories from coverage report
#omit = */tests/*

[coverage:report]
show_missing = True
#skip_covered = True
