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

server: rewrite package comments in English #96

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

liuzengh
Copy link
Contributor

No description provided.

@liuzengh liuzengh requested a review from WineChord October 17, 2023 06:59
server/server.go Outdated
@@ -3,7 +3,8 @@
// If you have downloaded a copy of the tRPC source code from Tencent,
// please note that tRPC source code is licensed under the Apache 2.0 License that can be found in the LICENSE file.

// Package server 服务端,包括网络通信 名字服务 监控统计 链路跟踪等各个组件基础接口,具体实现由第三方 middleware 注册进来
// Package server provides a framework for managing multiple services within a single process.
// A server process may listen on multiple ports, providing different business services on different ports.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't mention business at all.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (5ccad9d) 85.59% compared to head (46217ca) 85.63%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
+ Coverage   85.59%   85.63%   +0.04%     
==========================================
  Files         188      188              
  Lines       16114    16114              
==========================================
+ Hits        13793    13800       +7     
+ Misses       1760     1756       -4     
+ Partials      561      558       -3     
Flag Coverage Δ
unittests 85.63% <ø> (+0.04%) ⬆️

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

Files Coverage Δ
server/server.go 90.00% <ø> (ø)

... and 5 files with indirect coverage changes

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

Copy link
Contributor

@WineChord WineChord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sandyskies sandyskies merged commit 0b73317 into trpc-group:main Oct 17, 2023
7 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants