File: .coveragerc

package info (click to toggle)
deblur 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,544 kB
  • sloc: python: 2,533; makefile: 18
file content (18 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# this file is based on the examples provided on scikit-learn's .coveragerc

[run]
omit =
    */test*
    */__init__.py
source = deblur
branch = True

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise NotImplementedError
    if __name__ == .__main__.:
omit =
    */test*
    */__init__.py