File: .coveragerc

package info (click to toggle)
python-sh 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 900 kB
  • sloc: python: 4,157; makefile: 25
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[run]
branch = True
source = sh
relative_files = True

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