Closed wdeconinck closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.07%. Comparing base (
5dc85c9
) to head (d244194
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When eckit is compiled with feature ECKIT_CODEC enabled, then atlas_io will with this PR now delegate all calls to eckit_codec.
This ensures a smooth transition for downstream projects of atlas_io (such as atlas-orca, multio) to migrate to use eckit_codec directly.
This PR supersedes PR #180