File: .coveragerc

package info (click to toggle)
python-jsonrpc 1.13.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 3,173; makefile: 155
file content (13 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
omit=
    jsonrpc/six.py
    jsonrpc/tests/*
source=jsonrpc

[report]
omit=
    jsonrpc/six.py
    jsonrpc/tests/*
exclude_lines=
    raise NotImplementedError()
    def is_invalid_params_py2