[run]
branch = True
source = acme

[report]
exclude_lines =
    if self.debug:
    if debug:
    raise NotImplementedError
    if __name__ == .__main__.:
ignore_errors = True
omit =
    acme/tests/*
    *conda2pip.py
    *setup.py
    test_*
