Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BinaryMarshaler BinaryUnmarshaler implementation #48

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

smallhive
Copy link
Contributor

Closes #47

Copy link

codecov bot commented Feb 28, 2024

Codecov Report

Attention: Patch coverage is 89.65517% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 49.64%. Comparing base (9716b39) to head (2b1401d).
Report is 6 commits behind head on master.

Files Patch % Lines
tz/digest.go 89.28% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   47.56%   49.64%   +2.07%     
==========================================
  Files          10       10              
  Lines         534      562      +28     
==========================================
+ Hits          254      279      +25     
- Misses        260      262       +2     
- Partials       20       21       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

gf127/gf127.go Outdated Show resolved Hide resolved
tz/digest.go Outdated Show resolved Hide resolved
tz/digest.go Outdated Show resolved Hide resolved
tz/digest.go Show resolved Hide resolved
tz/digest.go Show resolved Hide resolved
@smallhive smallhive force-pushed the 47-add-binarymarshalerbinaryunmarshaler-support branch from ab88ccd to 1911163 Compare February 28, 2024 08:44
gf127/gf127.go Outdated Show resolved Hide resolved
tz/digest.go Outdated Show resolved Hide resolved
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Closes #47.

Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
@smallhive smallhive force-pushed the 47-add-binarymarshalerbinaryunmarshaler-support branch from 1911163 to 2b1401d Compare February 28, 2024 09:20
@roman-khimov roman-khimov merged commit ad33fa6 into master Feb 28, 2024
11 checks passed
@roman-khimov roman-khimov deleted the 47-add-binarymarshalerbinaryunmarshaler-support branch February 28, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add BinaryMarshaler/BinaryUnmarshaler support
3 participants