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

Remove unreachable case for err != nil #75

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

JoeTurki
Copy link
Member

Description

This case "case err != nil:" is impossible, This PR removes it.

This PR removes an unreachable case in the Unmarshal function.
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.02%. Comparing base (ed90aa6) to head (5f96b55).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   66.88%   67.02%   +0.14%     
==========================================
  Files          10       10              
  Lines         462      461       -1     
==========================================
  Hits          309      309              
+ Misses        145      144       -1     
  Partials        8        8              
Flag Coverage Δ
go 67.02% <ø> (+0.14%) ⬆️
wasm 37.31% <ø> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Sean-Der Sean-Der merged commit 3697adc into master Jan 24, 2025
13 checks passed
@Sean-Der Sean-Der deleted the chore/remove-unreachable-case branch January 24, 2025 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants