File: .coveragerc

package info (click to toggle)
python-watcherclient 4.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 852 kB
  • sloc: python: 8,569; makefile: 29; sh: 2
file content (11 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
[run]
branch = True
source = watcherclient
omit =
    watcherclient/tests/*

[report]
ignore_errors = True
exclude_lines =
    @abc.abstract
    raise NotImplementedError