Codebase list python-geopandas / lintian-fixes/main .coveragerc
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.coveragerc @lintian-fixes/mainraw · 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