File: .coveragerc

package info (click to toggle)
compyle 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: python: 12,853; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = True
source = compyle
omit =
     */tests/*
     compyle/api.py

[report]
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover
    except ImportError:
    raise NotImplementedError()
    if __name__ == .__main__.: