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

grpc: fix static code detection error #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liuzengh
Copy link
Contributor

Invalid operation: err.Code != errs.RetOK (mismatched types trpcpb.TrpcRetCode and TrpcRetCode)

  • fix go reference API doc
  • fix go.mod

Invalid operation: err.Code != errs.RetOK (mismatched types trpcpb.TrpcRetCode and TrpcRetCode)

and fix go reference API doc
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5febfe1) 74.57% compared to head (6734c5d) 74.57%.

Files Patch % Lines
grpc/tgrpc.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   74.57%   74.57%           
=======================================
  Files          10       10           
  Lines         527      527           
=======================================
  Hits          393      393           
  Misses        100      100           
  Partials       34       34           
Flag Coverage Δ
grpc 74.57% <0.00%> (ø)

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.

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.

1 participant