[run]
source = ../..

omit =
    */tests/*
    */unit_tests/*
    */unit_tests_nompi/*
    */regression_tests/*

branch = true

data_file = .cov_unit_out

#parallel = true

[report]
omit =
    */__init__.py/*
    */setup.py/*
    */tests/*
    */unit_tests/*
    */regression_tests/*

exclude_lines =
    if __name__ == .__main__.:
    comm.Abort()

[html]
directory = cov_unit
