File: .coveragerc

package info (click to toggle)
python-oauth2client 4.1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,504 kB
  • sloc: python: 11,266; makefile: 172; sh: 59
file content (16 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
branch = True

[report]
omit =
    */samples/*
    */conftest.py
    # Don't report coverage over platform-specific modules.
    oauth2client/contrib/_fcntl_opener.py
    oauth2client/contrib/_win32_opener.py
    oauth2client/contrib/django_util/apps.py
exclude_lines =
    # Re-enable the standard pragma
    pragma: NO COVER
    # Ignore debug-only repr
    def __repr__