File: .coveragerc

package info (click to toggle)
python-google-auth 2.40.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,232 kB
  • sloc: python: 31,383; sh: 80; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[run]
branch = True

[report]
omit =
    */samples/*
    */conftest.py
    */google-cloud-sdk/lib/*
    # NOTE: Temporarily disabling coverage for `_requests_base.py`.
    */_requests_base.py
exclude_lines =
    # Re-enable the standard pragma
    pragma: NO COVER
    # Ignore debug-only repr
    def __repr__
    # Don't complain if tests don't hit defensive assertion code:
    raise NotImplementedError