-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add test for internal/config/mysql.go
#563
Conversation
Best reviewed: commit by commit
|
[CHATOPS:HELP] ChatOps commands.
|
[WARNING:INTCFG] Changes in |
Codecov Report
@@ Coverage Diff @@
## master #563 +/- ##
==========================================
+ Coverage 10.17% 10.30% +0.13%
==========================================
Files 403 403
Lines 20874 20874
==========================================
+ Hits 2124 2152 +28
+ Misses 18490 18460 -30
- Partials 260 262 +2
Continue to review full report at Codecov.
|
missing binding with Port, MaxOpenConns ,MaxIdleConns in |
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
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
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/config/mysql |
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
b9be95a
to
95effd5
Compare
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
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.
[APPROVED] This PR is approved by vankichi.
Signed-off-by: hlts2 [email protected]
Description:
I added test case for
internal/config/mysql.go
.Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: