File: .coveragerc

package info (click to toggle)
python-imagehash 4.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: python: 1,041; makefile: 81; sh: 31
file content (16 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# .coveragerc to control coverage.py
#

[run]
branch = True
include = 
        imagehash/__init__.py
        find_similar_images.py


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