# .coveragerc
[run]
source = locpick
concurrency = multiprocessing
parallel = true
omit =
    tests/*
    */tests/*