ghiggi / gpm_api

Global Precipitation Measurement Mission (GPM) python package to download and analyze data with xarray
https://gpm-api.readthedocs.io
MIT License
46 stars 4 forks source link

Expand io test coverage #37

Closed ghiggi closed 5 months ago

ghiggi commented 5 months ago

Prework

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

The PR fulfills these requirements:

I

coveralls commented 5 months ago

Coverage Status

coverage: 64.695% (+3.0%) from 61.695% when pulling 25bc688448923b07b6209a4a793c1973151b052f on add_multiple_downloads into 59a1b48c57dcfcb82d0219e7660a54ac7fd929ed on main.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (59a1b48) 61.69% compared to head (25bc688) 64.69%.

Files Patch % Lines
gpm_api/io/ges_disc.py 57.14% 6 Missing :warning:
gpm_api/io/download.py 95.83% 2 Missing :warning:
gpm_api/io/checks.py 96.29% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #37 +/- ## ========================================== + Coverage 61.69% 64.69% +3.00% ========================================== Files 62 62 Lines 5498 5529 +31 ========================================== + Hits 3392 3577 +185 + Misses 2106 1952 -154 ```

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