File: .coveragerc

package info (click to toggle)
rasterio 1.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,080 kB
  • sloc: python: 15,834; cpp: 542; makefile: 234; sh: 97
file content (13 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
plugins = Cython.Coverage
source = rasterio
omit = *.pxd
branch = True

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.: