[run]
omit =
    __init__.py
    _version.py
    ./testlibs/*
    ./base.py
    ./test_*.py
    ../ghmdlib/libs/argparser.py

[report]
exclude_lines =
    nocover
    except ImportError
    except Exception as err:
