# Useful links in setting up:
# https://github.com/codecov/example-python
# https://coverage.readthedocs.io/en/latest/config.html
# also, I looked at xgcm/xmitgcm as "templates"
[run]
branch = True

[report]
exclude_lines =
    raise NotImplementedError
    if __name__ == .__main__.:
    if not less_output:
ignore_errors = True 
omit = ecco_access/test/*
       ecco_access/__init__.py
