[run]
omit =
    __init__.py
    _version.py
    ./testlibs/*
    ./base.py
    ./test_*.py
    # PyTorch generates a file which must be excluded.
    /tmp/*
    # <Something> generated these files which must be excluded.
    ./config.py
    ./config-3.py

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