pytroll / satpy

Python package for earth-observing satellite data processing
http://satpy.readthedocs.org/en/latest/
GNU General Public License v3.0
1.06k stars 292 forks source link

feat: Enable to read for the Q4 coverage and the IQTI files for the fci l1c data #2843

Closed ClementLaplace closed 2 months ago

ClementLaplace commented 3 months ago
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.97%. Comparing base (2bd607a) to head (a5c5022). Report is 173 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2843 +/- ## ========================================== + Coverage 95.78% 95.97% +0.18% ========================================== Files 366 368 +2 Lines 53521 53973 +452 ========================================== + Hits 51267 51801 +534 + Misses 2254 2172 -82 ``` | [Flag](https://app.codecov.io/gh/pytroll/satpy/pull/2843/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | Coverage Δ | | |---|---|---| | [behaviourtests](https://app.codecov.io/gh/pytroll/satpy/pull/2843/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `4.02% <0.00%> (-0.03%)` | :arrow_down: | | [unittests](https://app.codecov.io/gh/pytroll/satpy/pull/2843/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `96.07% <100.00%> (+0.18%)` | :arrow_up: | 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=pytroll#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.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10112077539

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
satpy/tests/reader_tests/gms/test_gms5_vissr_navigation.py 1 97.18%
satpy/enhancements/init.py 1 99.07%
satpy/tests/enhancement_tests/test_enhancements.py 2 99.44%
satpy/readers/hrit_jma.py 2 98.64%
satpy/tests/reader_tests/test_ami_l1b.py 3 98.17%
satpy/readers/ami_l1b.py 4 97.32%
satpy/tests/utils.py 10 93.16%
satpy/readers/olci_nc.py 13 94.4%
satpy/resample.py 49 88.74%
satpy/writers/awips_tiled.py 52 83.97%
<!-- Total: 137 -->
Totals Coverage Status
Change from base Build 9702977764: 0.03%
Covered Lines: 52030
Relevant Lines: 54157

💛 - Coveralls