-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Implement ListVotes(), DeleteVotes() and add missing tests #43
Conversation
@andygrunwald PTAL once this merges I think we can release 0.5.2. |
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
==========================================
+ Coverage 19.12% 24.34% +5.21%
==========================================
Files 21 21
Lines 1762 1857 +95
==========================================
+ Hits 337 452 +115
+ Misses 1392 1358 -34
- Partials 33 47 +14
Continue to review full report at Codecov.
|
LGTM. Good work! |
@@ -25,6 +25,15 @@ type AddReviewerResult struct { | |||
Confirm bool `json:"confirm,omitempty"` | |||
} | |||
|
|||
// DeleteVoteInput entity contains options for the deletion of a vote. |
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.
Minor nit, there are 2 spaces before "entity".
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.
Thanks! Fixed in 95b11af
No description provided.