ecmwf / atlas

A library for numerical weather prediction and climate modelling
https://sites.ecmwf.int/docs/atlas
Apache License 2.0
112 stars 42 forks source link

atlas_io is an adaptor library when eckit_codec is available #181

Closed wdeconinck closed 7 months ago

wdeconinck commented 7 months ago

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

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 80.07%. Comparing base (5dc85c9) to head (d244194).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #181 +/- ## ======================================== Coverage 80.07% 80.07% ======================================== Files 859 859 Lines 63682 63682 ======================================== Hits 50993 50993 Misses 12689 12689 ```

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