Home | History | Annotate | Download | only in venv
      1 [run]
      2 branch = True
      3 
      4 [report]
      5 exclude_lines =
      6   pragma: no cover
      7   raise NotImplementedError
      8   if __name__ == .__main__.:
      9   def main\(args\):
     10 show_missing = True
     11 skip_covered = True
     12