• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[report]
2omit =
3    */samples/*
4    # Don't report coverage over platform-specific modules.
5    oauth2client/contrib/_fcntl_opener.py
6    oauth2client/contrib/_win32_opener.py
7    oauth2client/contrib/django_util/apps.py
8exclude_lines =
9    # Re-enable the standard pragma
10    pragma: NO COVER
11    # Ignore debug-only repr
12    def __repr__
13