File: .coveragerc

package info (click to toggle)
python-saharaclient 0.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,024 kB
  • ctags: 1,356
  • sloc: python: 9,762; sh: 164; makefile: 25
file content (13 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
[run]
branch = True
source = saharaclient
omit =
 */openstack/common/*
 .tox/*
 saharaclient/tests/*

[paths]
source = saharaclient

[report]
ignore_errors = True