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.

17 lines
292 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. app/api/migrations/*
  9. app/api/tests/*
  10. exclude_lines =
  11. pragma: no cover
  12. if __name__ == .__main__.
  13. def __str__
  14. raise NotImplementedError
  15. fail_under = 90