[run]
branch = True
data_file = .coverage
source = eule
omit = eule/examples/example.py, *__init__.py*

[report]
show_missing = True
# Have to re-enable the standard pragma
# Don't complain if tests don't hit defensive assertion code:
exclude_lines = "pragma: no cover", "raise AssertionError", "raise NotImplementedError"

[html]
directory = htmlcov
