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
32 stars 38 forks source link

Check the account alongside the public key #2883

Closed smallhive closed 1 month ago

smallhive commented 3 months ago

Refs https://github.com/nspcc-dev/neofs-api/issues/278

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 19.56522% with 37 lines in your changes missing coverage. Please review.

Project coverage is 23.54%. Comparing base (c4fda9d) to head (f8ccf59). Report is 1 commits behind head on master.

Files Patch % Lines
pkg/services/object/acl/v2/classifier.go 0.00% 12 Missing :warning:
pkg/services/object/acl/acl.go 0.00% 5 Missing :warning:
pkg/services/container/morph/executor.go 40.00% 2 Missing and 1 partial :warning:
cmd/neofs-cli/modules/container/set_eacl.go 0.00% 2 Missing :warning:
cmd/neofs-lens/internal/storage/sanity.go 0.00% 2 Missing :warning:
pkg/services/object/acl/v2/request.go 0.00% 2 Missing :warning:
cmd/neofs-cli/modules/container/get_eacl.go 0.00% 1 Missing :warning:
cmd/neofs-cli/modules/object/get.go 0.00% 1 Missing :warning:
cmd/neofs-cli/modules/object/head.go 0.00% 1 Missing :warning:
cmd/neofs-cli/modules/object/range.go 0.00% 1 Missing :warning:
... and 7 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2883 +/- ## ========================================== + Coverage 23.53% 23.54% +0.01% ========================================== Files 776 776 Lines 45302 45273 -29 ========================================== - Hits 10660 10658 -2 + Misses 33792 33769 -23 + Partials 850 846 -4 ```

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

cthulhu-rider commented 3 months ago