nspcc-dev / neofs-sdk-go

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

object: Improve testing and increase coverage for `Object` type #634

Closed cthulhu-rider closed 1 week ago

cthulhu-rider commented 2 weeks ago

it remains to add tests to the verification fields

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 87.01299% with 30 lines in your changes missing coverage. Please review.

Project coverage is 57.44%. Comparing base (ece099d) to head (7d16474). Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
object/object.go 89.39% 12 Missing and 9 partials :warning:
client/object_get.go 28.57% 4 Missing and 1 partial :warning:
object/slicer/slicer.go 71.42% 1 Missing and 1 partial :warning:
object/link.go 0.00% 1 Missing :warning:
object/lock.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #634 +/- ## ========================================== + Coverage 56.33% 57.44% +1.11% ========================================== Files 164 164 Lines 22403 22486 +83 ========================================== + Hits 12620 12917 +297 + Misses 9396 9175 -221 - Partials 387 394 +7 ```

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