nspcc-dev / neofs-sdk-go

Go implementation of NeoFS SDK
Apache License 2.0
5 stars 14 forks source link

*: Convert slices to arrays instead of `copy` where possible #595

Closed cthulhu-rider closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 72.97297% with 10 lines in your changes missing coverage. Please review.

Project coverage is 39.47%. Comparing base (4a0be23) to head (d5a5fbc). Report is 11 commits behind head on master.

Files Patch % Lines
eacl/table.go 81.81% 1 Missing and 3 partials :warning:
client/container.go 25.00% 2 Missing and 1 partial :warning:
bearer/bearer.go 0.00% 1 Missing and 1 partial :warning:
container/id/id.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #595 +/- ## ========================================== - Coverage 39.47% 39.47% -0.01% ========================================== Files 150 147 -3 Lines 17594 17494 -100 ========================================== - Hits 6946 6906 -40 + Misses 10269 10213 -56 + Partials 379 375 -4 ```

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