fdb icon indicating copy to clipboard operation
fdb copied to clipboard

FDB-303 added decoupling between Key and fully typed 'TypedKey'

Open danovaro opened this issue 1 year ago • 1 comments

danovaro avatar Jun 17 '24 12:06 danovaro

Codecov Report

Attention: Patch coverage is 72.89377% with 148 lines in your changes missing coverage. Please review.

Project coverage is 64.12%. Comparing base (7f8e64c) to head (3bbb824).

Files with missing lines Patch % Lines
src/fdb5/database/Key.cc 76.77% 36 Missing :warning:
src/fdb5/database/Catalogue.h 19.35% 25 Missing :warning:
src/fdb5/database/Index.cc 52.94% 16 Missing :warning:
src/fdb5/database/RetrieveVisitor.cc 0.00% 12 Missing :warning:
src/fdb5/remote/RemoteFieldLocation.cc 0.00% 7 Missing :warning:
src/fdb5/toc/AdoptVisitor.cc 0.00% 5 Missing :warning:
src/fdb5/toc/TocStats.h 54.54% 5 Missing :warning:
src/fdb5/tools/fdb-hide.cc 0.00% 4 Missing :warning:
src/fdb5/tools/fdb-root.cc 0.00% 4 Missing :warning:
src/fdb5/toc/TocCatalogueWriter.cc 80.00% 3 Missing :warning:
... and 26 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #26      +/-   ##
===========================================
+ Coverage    63.84%   64.12%   +0.27%     
===========================================
  Files          237      238       +1     
  Lines        13583    13610      +27     
  Branches      1325     1313      -12     
===========================================
+ Hits          8672     8727      +55     
+ Misses        4911     4883      -28     

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

codecov-commenter avatar Jun 17 '24 12:06 codecov-commenter