-
Notifications
You must be signed in to change notification settings - Fork 796
release v0.24.0 #1737
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
release v0.24.0 #1737
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1737 +/- ##
==========================================
+ Coverage 60.85% 60.87% +0.01%
==========================================
Files 380 380
Lines 33434 33434
==========================================
+ Hits 20346 20352 +6
+ Misses 11096 11092 -4
+ Partials 1992 1990 -2
Continue to review 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.
lgtm
Issues associated with this PR
Solutions
You should show your solutions about the issues in your PR, including the overall solutions, details and the changes. At this time, Chinese is allowed to describe these.
UT result
Unit Test is needed if the code is changed, your unit test should cover boundary cases, corner cases, and some exceptional cases. And you need to show the UT result.
Benchmark
If your code involves the processing of every request, you should give the Benchmark Result.
Code Style
Goimports
has runGolint
result