File: .coveragerc

package info (click to toggle)
mwparserfromhell 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,148 kB
  • sloc: python: 6,684; ansic: 4,091; sh: 150; makefile: 127
file content (8 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
[report]
exclude_lines =
	pragma: no cover
	raise NotImplementedError()
partial_branches =
    pragma: no branch
    if py3k:
    if not py3k: