[run]
include = 
    **/hiro/**
omit = 
    **/hiro/tests/**
    **/setup.py
[report]
exclude_lines =
    pragma: no cover
    raise NotImplementedError
