mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
14 lines
227 B
INI
14 lines
227 B
INI
[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__.:
|