File: .coveragerc

package info (click to toggle)
python-securesystemslib 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,320 kB
  • sloc: python: 5,338; sh: 38; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
branch = True

omit =
  */python?.?/*
  */securesystemslib/_vendor/*
  */tests/*
  */site-packages/*

[report]
exclude_lines =
  pragma: no cover
  def get_password
  def __str__
  if __name__ == .__main__.: