ecmwf / fdb

Fdb is a domain-specific object store for meteorological objects
Apache License 2.0
26 stars 11 forks source link

Feature/wipe gribjump #29

Closed ChrisspyB closed 3 months ago

ChrisspyB commented 4 months ago

Add support for fdb-move, fdb-wipe and fdb-purge to cleanup "auxiliary" files created by external programs or plugins. Developed to facilitate removal of .data.gribjump files generated by the gribjump cache.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 92.93478% with 13 lines in your changes missing coverage. Please review.

Project coverage is 63.92%. Comparing base (c2fbb55) to head (6a52320).

Files Patch % Lines
src/fdb5/toc/TocWipeVisitor.cc 71.42% 8 Missing :warning:
src/fdb5/database/Store.h 0.00% 2 Missing :warning:
src/fdb5/toc/TocStore.cc 93.33% 2 Missing :warning:
src/fdb5/database/PurgeVisitor.h 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #29 +/- ## =========================================== + Coverage 63.52% 63.92% +0.40% =========================================== Files 236 237 +1 Lines 13410 13587 +177 Branches 1291 1322 +31 =========================================== + Hits 8519 8686 +167 - Misses 4891 4901 +10 ```

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