File: .coveragerc

package info (click to toggle)
python-datapoint 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 3,062; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = True
source = datapoint
omit = datapoint/_version.py

[report]
exclude_lines =
    if self.debug
    pragma: no cover
    raise NotImplementedError
    if __name__ == .__main__.:
ignore_errors = True
omit =
    tests/*