-
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
[WIP] Update timestamp if exists #2174
[WIP] Update timestamp if exists #2174
Conversation
Deploying with Cloudflare Pages
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2174 +/- ##
==========================================
+ Coverage 31.07% 31.09% +0.02%
==========================================
Files 346 346
Lines 34206 34244 +38
==========================================
+ Hits 10628 10648 +20
- Misses 23091 23102 +11
- Partials 487 494 +7 ☔ View full report in Codecov by Sentry. |
95d8330
to
82db537
Compare
9ec458e
to
3c9dd08
Compare
@@ -832,6 +837,208 @@ func Test_server_Update(t *testing.T) { | |||
wantUUID: "uuid-2", | |||
}, | |||
}, | |||
func() test { | |||
indexID := "test" |
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 🐶
string test
has 4 occurrences, make it a constant (goconst)
0b1786d
to
4ff11e2
Compare
@@ -832,6 +842,423 @@ func Test_server_Update(t *testing.T) { | |||
wantUUID: "uuid-2", | |||
}, | |||
}, | |||
func() test { | |||
indexID := "test" |
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 🐶
string test
has 8 occurrences, make it a constant (goconst)
@@ -832,6 +846,549 @@ func Test_server_Update(t *testing.T) { | |||
wantUUID: "uuid-2", | |||
}, | |||
}, | |||
func() test { | |||
indexID := "test" |
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 🐶
string test
has 12 occurrences, make it a constant (goconst)
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
253d353
to
cc58f89
Compare
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Description:
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: