Closed mraspaud closed 2 months ago
Attention: Patch coverage is 98.12734%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 76.11%. Comparing base (
298252f
) to head (806fec3
). Report is 8 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
pygac/reader.py | 95.57% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sfinkens if you could review again, that would be great :) I have address all you comment I think, and did some more refactoring. I need to do more, but I will do that in another PR, along with extracting the navigation module.
This PR extracts calibration modules from the reader.
As we are preparing to add new calibration and navigation algorithms for pygac, it needs to be upgraded to be made more modular.