File: .coveragerc

package info (click to toggle)
flexparser 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 380 kB
  • sloc: python: 2,558; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[run]
source = flexparser
omit = flexparser/testsuite/*

[report]
exclude_lines =
    @abstractmethod
    @abc.abstractmethod

    # Have to re-enable the standard pragma
    pragma: no cover