File: .coveragerc

package info (click to toggle)
python-elasticsearch 9.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,732 kB
  • sloc: python: 111,452; makefile: 151; javascript: 97
file content (15 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
omit =
    */python?.?/*
    */lib-python/?.?/*.py
    */lib_pypy/*
    */site-packages/*
    *.egg/*
    elasticsearch/_async/client/
    elasticsearch/_sync/client/
    test_elasticsearch/*

[report]
show_missing = True
exclude_lines=
    raise NotImplementedError*