-
Notifications
You must be signed in to change notification settings - Fork 78
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 internal/cache/gache/option test #575
Conversation
Best reviewed: commit by commit
Optimal code review plan
|
[CHATOPS:HELP] ChatOps commands.
|
internal/cache/gache/option_test.go
Outdated
WithGache(gache.New()), | ||
} | ||
return test{ | ||
name: "set sucess", |
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.
[golangci] reported by reviewdog 🐶
sucess
is a misspelling of success
(misspell)
Codecov Report
@@ Coverage Diff @@
## master #575 +/- ##
==========================================
+ Coverage 10.77% 10.86% +0.08%
==========================================
Files 403 403
Lines 20939 20939
==========================================
+ Hits 2257 2275 +18
+ Misses 18414 18396 -18
Partials 268 268
Continue to review full report at Codecov.
|
/rebase |
1 similar comment
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/cache-gache-option |
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/cache-gache-option |
Signed-off-by: vankichi <kyukawa315@gmail.com>
Signed-off-by: vankichi <kyukawa315@gmail.com>
8859f44
to
0d384f0
Compare
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
Signed-off-by: vankichi <kyukawa315@gmail.com>
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
Signed-off-by: vankichi <kyukawa315@gmail.com>
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/cache-gache-option |
[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.
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
Signed-off-by: vankichi kyukawa315@gmail.com
Description:
I added
internal/cache/gache/option
test and updated comment for each function.Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: