[run]
omit =
    __init__.py
    _version.py
    ./testlibs/*
    ./base.py
    ./test_*.py
    # PyTorch generates a file which must be excluded.
    /tmp/*  

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