[run]
branch = True
source = pybel
omit =
    src/pybel/__main__.py
    src/pybel/cli.py
    src/pybel/io/indra.py
    src/pybel/io/web.py
    src/pybel/resources/arty.py
    src/pybel/resources/deploy.py
    src/pybel/resources/defaults.py
    tests/*
    docs/*
    scripts/*

[paths]
source =
    src/pybel
    .tox/*/lib/python*/site-packages/pybel

[report]
show_missing = True
exclude_lines =
    def __str__
    def __repr__
