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.

19 lines
361 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. app/authentification/tests/*
  11. app/authentification/templatetags/*
  12. exclude_lines =
  13. pragma: no cover
  14. if __name__ == .__main__.
  15. def __str__
  16. raise NotImplementedError
  17. fail_under = 90