File: .coveragerc

package info (click to toggle)
setools 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,900 kB
  • sloc: python: 20,968; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#coverage.py configuration
[run]
source = setools
plugins = Cython.Coverage

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise NotImplementedError
    return NotImplemented