gee-community / geetools

A collection of tools to work with Google Earth Engine Python API
https://geetools.readthedocs.io/en/stable/
MIT License
508 stars 121 forks source link

refactor: improve accessor implementation #193

Closed 12rambau closed 8 months ago

12rambau commented 8 months ago

Fix #191 Fix #189

codecov[bot] commented 8 months ago

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (5da5b6d) 36.41% compared to head (d7da3da) 36.52%.

Files Patch % Lines
geetools/Initialize/__init__.py 46.15% 14 Missing :warning:
geetools/Authenticate/__init__.py 66.66% 5 Missing :warning:
geetools/accessors.py 76.47% 2 Missing and 2 partials :warning:
geetools/ComputedObject/__init__.py 87.50% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #193 +/- ## ========================================== + Coverage 36.41% 36.52% +0.10% ========================================== Files 53 52 -1 Lines 2908 2927 +19 Branches 291 296 +5 ========================================== + Hits 1059 1069 +10 - Misses 1846 1853 +7 - Partials 3 5 +2 ```

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