[paths]
source = src/pyfx

[run]
branch = true
source = src/pyfx
parallel = true
omit = tests/*

[report]
precision = 2
exclude_lines =
    raise NotImplementedError
    raise urwid.ExitMainLoop
    raise TypeError
