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
400 B

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