File: .coveragerc

package info (click to toggle)
python-xapian-haystack 2.1.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 352 kB
  • sloc: python: 2,139; sh: 33; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
[report]
exclude_lines =
    def __repr__
    raise NotImplementedError
    raise MissingDependency
    except xapian.DatabaseModifiedError

[run]
source =
    haystack/backends/xapian_backend.py
    test_haystack/xapian_tests