File: .coveragerc

package info (click to toggle)
python-geopandas 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,848 kB
  • sloc: python: 26,022; makefile: 147; sh: 25
file content (14 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[report]
exclude_lines =
    pragma: no cover
    if TYPE_CHECKING:
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
omit =
    geopandas/tests/*
    geopandas/io/tests/*
    geopandas/tools/tests/*
    geopandas/_version.py
    geopandas/datasets/naturalearth_creation.py