File: .coveragerc

package info (click to toggle)
python-fontfeatures 1.9.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,104 kB
  • sloc: python: 9,112; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[report]
omit = 
    fontFeatures/voltLib/*
exclude_lines =
    pragma: no cover
    def __repr__
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.: