-
Notifications
You must be signed in to change notification settings - Fork 20
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(errdefs): use more helpers, increase test coverage #358
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #358 +/- ##
==========================================
+ Coverage 23.41% 23.53% +0.12%
==========================================
Files 287 288 +1
Lines 25695 25698 +3
==========================================
+ Hits 6016 6048 +32
+ Misses 19074 19042 -32
- Partials 605 608 +3 ☔ View full report in Codecov by Sentry. |
e9fe4c0
to
473a38f
Compare
lgtm. defer to @cardyok |
8d85583
to
3a7b7a9
Compare
client/v1/status.go
Outdated
@@ -0,0 +1,46 @@ | |||
package v1 | |||
|
|||
import ( |
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.
we should rename the file name, such as packages.go? or package_status.go? status.go
is too general.
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
client/v1/status.go
Outdated
return nil, err | ||
} | ||
|
||
httpClient := op.httpClient |
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.
should move it to line 25
Signed-off-by: Gyuho Lee <[email protected]>
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: Gyuho Lee [email protected]