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 #629

Closed cthulhu-rider closed 2 weeks ago

cthulhu-rider commented 1 month ago

the pkg is big. Can be merged in parts. Say a stop word if that's enough

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 94.24779% with 13 lines in your changes missing coverage. Please review.

Project coverage is 56.41%. Comparing base (05f1303) to head (da41296). Report is 16 commits behind head on master.

Files with missing lines Patch % Lines
object/link.go 75.00% 4 Missing and 1 partial :warning:
object/object.go 0.00% 4 Missing :warning:
object/lock.go 87.50% 1 Missing and 1 partial :warning:
object/tombstone.go 95.34% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #629 +/- ## ========================================== + Coverage 54.36% 56.41% +2.05% ========================================== Files 164 164 Lines 19195 22448 +3253 ========================================== + Hits 10436 12665 +2229 - Misses 8341 9396 +1055 + Partials 418 387 -31 ```

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

cthulhu-rider commented 1 month ago

enough for now, massive Object type separately