[run]
source=smol

[report]
exclude_lines =
    # Ignore coverage of code that requires the module to be executed.
    if __name__ == .__main__.:
ignore_errors=True
omit =
    *examples*
    *.cicleci*
    *site-packages*
    *tests*
    *.md
    *.gitignore
    *.txt
    *setup.py
    *__init__*
    *.egg-info*
    setup.py
    *.git*
