-
Notifications
You must be signed in to change notification settings - Fork 563
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
test: improve hertz/pkg/protocol/uri ut coverage #276
Conversation
lint没过哈,辛苦看看 |
|
done |
Codecov ReportBase: 60.92% // Head: 61.57% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #276 +/- ##
===========================================
+ Coverage 60.92% 61.57% +0.65%
===========================================
Files 84 84
Lines 8287 8287
===========================================
+ Hits 5049 5103 +54
+ Misses 2882 2830 -52
+ Partials 356 354 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! lgtm
What type of PR is this?
test
Check the PR title.
(Optional) Translate the PR title into Chinese.
提高对
hertz/pkg/protocol/uri
的单测覆盖率(Optional) More detail description for this PR(en: English/zh: Chinese).
en:
hertz/pkg/protocol/uri
ut coverage increased from 70.35% to 88.9%zh(optional):
hertz/pkg/protocol/uri
的单测覆盖率从 70.35% 提升到了 88.9%Which issue(s) this PR fixes:
#257