File: .coveragerc

package info (click to toggle)
parso 0.8.4-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,292 kB
  • sloc: python: 10,974; makefile: 135
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
source = parso

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    pragma: no cover

    # Don't complain about missing debug-only code:
    def __repr__

    # Don't complain if non-runnable code isn't run:
    if __name__ == .__main__.: