File: .coveragerc

package info (click to toggle)
nagiosplugin 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 948 kB
  • sloc: python: 1,857; makefile: 139; sh: 8
file content (15 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
branch = True
source =
	nagiosplugin
omit =
	nagiosplugin/compat.py
	nagiosplugin/examples/*
	nagiosplugin/platform/*

[report]
precision = 2
exclude_lines =
	pragma: no cover
	^\s*pass\b
	sys.exit\(