holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
308 stars 25 forks source link

Enable upgrade rules #153

Closed hoxbro closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 52.00000% with 12 lines in your changes missing coverage. Please review.

Project coverage is 77.48%. Comparing base (469c432) to head (04ac42d). Report is 1 commits behind head on main.

Files Patch % Lines
spatialpandas/geometry/base.py 70.00% 3 Missing :warning:
spatialpandas/geometry/point.py 0.00% 3 Missing :warning:
spatialpandas/dask.py 0.00% 1 Missing :warning:
spatialpandas/geometry/line.py 0.00% 1 Missing :warning:
spatialpandas/geometry/multiline.py 0.00% 1 Missing :warning:
spatialpandas/geometry/multipoint.py 0.00% 1 Missing :warning:
spatialpandas/geometry/multipolygon.py 0.00% 1 Missing :warning:
spatialpandas/geometry/polygon.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ========================================== + Coverage 77.43% 77.48% +0.05% ========================================== Files 50 50 Lines 4840 4842 +2 ========================================== + Hits 3748 3752 +4 + Misses 1092 1090 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.