[report]

exclude_lines =
   pragma: no cover
   raise AssertionError
   raise NotImplementedError

omit =
   */msg/*
   /usr/*
   pytest*

show_missing = True
