Closed ChrisspyB closed 3 months ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.