dubbo-go icon indicating copy to clipboard operation
dubbo-go copied to clipboard

Upgrade grpc-go version v1.42.9 -> v1.42.10

Open zhaoyunxing92 opened this issue 3 years ago • 1 comments

What this PR does:

Which issue(s) this PR fixes: Fixes #

You should pay attention to items below to ensure your pr passes our ci test We do not merge pr with ci tests failed

  • [X] All ut passed (run 'go test ./...' in project root)
  • [X] After go-fmt ed , run 'go fmt project' using goland.
  • [X] Golangci-lint passed, run 'sudo golangci-lint run' in project root.
  • [X] After import formatted, (using imports-formatter to run 'imports-formatter .' in project root, to format your import blocks, mentioned in CONTRIBUTING.md above)
  • [X] Your new-created file needs to have apache license at the top, like other existed file does.
  • [X] All integration test passed. You can run integration test locally (with docker env). Clone our dubbo-go-samples project and replace the go.mod to your dubbo-go, and run 'sudo sh start_integration_test.sh' at root of samples project root. (M1 Slice is not Support)

zhaoyunxing92 avatar Aug 14 '22 13:08 zhaoyunxing92

Codecov Report

Merging #2017 (1acc40a) into 3.0 (0630c8b) will decrease coverage by 0.19%. The diff coverage is n/a.

:exclamation: Current head 1acc40a differs from pull request most recent head fa4e92f. Consider uploading reports for the commit fa4e92f to get more accurate results

@@            Coverage Diff             @@
##              3.0    #2017      +/-   ##
==========================================
- Coverage   44.80%   44.61%   -0.20%     
==========================================
  Files         283      283              
  Lines       17105    17105              
==========================================
- Hits         7664     7631      -33     
- Misses       8631     8668      +37     
+ Partials      810      806       -4     
Impacted Files Coverage Δ
metadata/report/delegate/delegate_report.go 26.49% <0.00%> (-15.90%) :arrow_down:
cluster/cluster/base/cluster_invoker.go 24.44% <0.00%> (-13.34%) :arrow_down:
metrics/prometheus/reporter.go 31.79% <0.00%> (+1.53%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Aug 14 '22 14:08 codecov-commenter