Codebase list python-geopandas / upstream/0.8.0 .coveragerc
upstream/0.8.0

Tree @upstream/0.8.0 (Download .tar.gz)

.coveragerc @upstream/0.8.0raw · history · blame

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
omit =
    geopandas/tests/*
    geopandas/io/tests/*
    geopandas/tools/tests/*
    geopandas/_version.py