File: .coveragerc

package info (click to toggle)
python-art 6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,076 kB
  • sloc: python: 73,473; makefile: 7; sh: 4
file content (11 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[run]
branch = True
omit =
    art/__main__.py
    art/__init__.py

[report]
exclude_lines =
    pragma: no cover
	from
	import