File: .coveragerc

package info (click to toggle)
pywayland 0.4.18-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: python: 3,625; xml: 189; makefile: 174
file content (16 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
source = pywayland
omit =
    pywayland/protocol/*
    pywayland/ffi_build.py

[paths]
source =
    src/pywayland
    .tox/*/lib/python*/site-packages/pywayland

[report]
exclude_lines =
    if TYPE_CHECKING:
    if __name__ == "__main__":
    except ImportError: