File: .coveragerc

package info (click to toggle)
irclog2html 2.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,144 kB
  • sloc: python: 2,577; perl: 216; makefile: 59
file content (10 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[run]
source = irclog2html

[report]
omit = */tests/*,*/xchatlogsplit.py
exclude_lines =
    pragma: nocover
    except ImportError:
    except NameError:
    if __name__ == .__main__.: