File: .coveragerc

package info (click to toggle)
python-pycm 4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,044 kB
  • sloc: python: 5,361; sh: 8; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[run]
branch = True
omit =
    */pycm/__main__.py
    */pycm/__init__.py
	*/pycm/profile.py
	*/pycm/basic_test.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    pragma: no cover