You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
251 B

  1. [report]
  2. omit =
  3. app/app/wsgi.py
  4. app/classifier/*
  5. app/server/migrations/*
  6. app/server/templatetags/*
  7. app/server/tests/*
  8. exclude_lines =
  9. pragma: no cover
  10. if __name__ == .__main__.
  11. def __str__
  12. raise NotImplementedError
  13. fail_under = 90