.coveragerc 379 B

12345678910111213141516
  1. [run]
  2. branch = True
  3. [report]
  4. omit =
  5. */samples/*
  6. */conftest.py
  7. # Don't report coverage over platform-specific modules.
  8. oauth2client/contrib/_fcntl_opener.py
  9. oauth2client/contrib/_win32_opener.py
  10. oauth2client/contrib/django_util/apps.py
  11. exclude_lines =
  12. # Re-enable the standard pragma
  13. pragma: NO COVER
  14. # Ignore debug-only repr
  15. def __repr__