ecmwf / eccodes-python

Python interface to the ecCodes GRIB/BUFR decoder/encoder
Apache License 2.0
113 stars 33 forks source link

Enable codecov upload #85

Closed figi44 closed 9 months ago

figi44 commented 9 months ago

Enable code coverage report upload to codecov.io

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (b476d49) 78.58% compared to head (7735c8e) 32.73%. Report is 334 commits behind head on develop.

Files Patch % Lines
eccodes/highlevel/message.py 0.00% 141 Missing :warning:
gribapi/gribapi.py 0.00% 128 Missing :warning:
eccodes/highlevel/reader.py 0.00% 95 Missing :warning:
eccodes/eccodes.py 0.00% 88 Missing :warning:
gribapi/bindings.py 0.00% 12 Missing :warning:
setup.py 0.00% 9 Missing :warning:
tests/test_eccodes.py 98.50% 4 Missing and 3 partials :warning:
gribapi/__init__.py 0.00% 6 Missing :warning:
eccodes/__main__.py 0.00% 4 Missing :warning:
eccodes/__init__.py 0.00% 2 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #85 +/- ## ============================================ - Coverage 78.58% 32.73% -45.85% ============================================ Files 20 16 -4 Lines 2316 2447 +131 Branches 207 255 +48 ============================================ - Hits 1820 801 -1019 - Misses 439 1636 +1197 + Partials 57 10 -47 ```

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