nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

Feat/add meta indexes inspection to lens #2882

Closed carpawell closed 2 days ago

codecov[bot] commented 2 days ago

Codecov Report

Attention: Patch coverage is 0% with 85 lines in your changes missing coverage. Please review.

Project coverage is 23.70%. Comparing base (ecc0314) to head (c02ad89). Report is 2 commits behind head on master.

Files Patch % Lines
pkg/local_object_storage/metabase/status.go 0.00% 49 Missing :warning:
cmd/neofs-lens/internal/meta/status.go 0.00% 25 Missing :warning:
pkg/local_object_storage/metabase/version.go 0.00% 7 Missing :warning:
pkg/local_object_storage/metabase/util.go 0.00% 3 Missing :warning:
cmd/neofs-lens/internal/meta/root.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2882 +/- ## ========================================== + Coverage 23.61% 23.70% +0.09% ========================================== Files 770 772 +2 Lines 44527 44677 +150 ========================================== + Hits 10514 10591 +77 - Misses 33163 33235 +72 - Partials 850 851 +1 ```

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

cthulhu-rider commented 2 days ago

essentially looks good

cthulhu-rider commented 2 days ago

@carpawell can we say this relates to #2506?

carpawell commented 2 days ago

@carpawell can we say this relates to https://github.com/nspcc-dev/neofs-node/issues/2506?

No, it is more like a #2844's helper. But i would not mention it.