tsutterley / pyTMD

Python-based tidal prediction software
https://pytmd.readthedocs.io
MIT License
128 stars 39 forks source link

refactor: use timescale for EOP and temporal operations #300

Closed tsutterley closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 60.82474% with 76 lines in your changes are missing coverage. Please review.

Project coverage is 69.03%. Comparing base (e81457c) to head (6e11ad1). Report is 5 commits behind head on main.

Files Patch % Lines
pyTMD/compute.py 38.00% 31 Missing :warning:
pyTMD/time.py 30.00% 21 Missing :warning:
pyTMD/eop.py 46.15% 14 Missing :warning:
pyTMD/spatial.py 77.77% 4 Missing :warning:
pyTMD/utilities.py 69.23% 4 Missing :warning:
pyTMD/astro.py 93.75% 1 Missing :warning:
test/test_atlas_read.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #300 +/- ## ========================================== - Coverage 70.98% 69.03% -1.96% ========================================== Files 41 38 -3 Lines 9511 8657 -854 Branches 1261 1171 -90 ========================================== - Hits 6751 5976 -775 + Misses 2370 2308 -62 + Partials 390 373 -17 ``` | [Flag](https://app.codecov.io/gh/tsutterley/pyTMD/pull/300/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/tsutterley/pyTMD/pull/300/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | `69.03% <60.82%> (-1.96%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley#carryforward-flags-in-the-pull-request-comment) to find out more.

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