File: .coveragerc

package info (click to toggle)
python-azure 20181112%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 407,300 kB
  • sloc: python: 717,190; makefile: 201; sh: 76
file content (14 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
include =
	azure*
omit =
	*/test*
	env*

[report]
exclude_lines =
	pragma: no cover
	if raw:
	if custom_headers:
	if headers:
	if response.status_code not in