Skip to content
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

Merged
merged 4 commits into from
Oct 28, 2017

Conversation

opalmer
Copy link
Contributor

@opalmer opalmer commented Oct 28, 2017

No description provided.

@opalmer opalmer added this to the 0.5.2 milestone Oct 28, 2017
@opalmer opalmer self-assigned this Oct 28, 2017
@opalmer opalmer requested a review from andygrunwald October 28, 2017 01:59
@opalmer
Copy link
Contributor Author

opalmer commented Oct 28, 2017

@andygrunwald PTAL once this merges I think we can release 0.5.2.

@codecov-io
Copy link

codecov-io commented Oct 28, 2017

Codecov Report

Merging #43 into master will increase coverage by 5.21%.
The diff coverage is 69.23%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
changes_reviewer.go 62.71% <69.23%> (+62.71%) ⬆️
gerrit.go 85.52% <0%> (+3.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a74595...21c1dc2. Read the comment docs.

@andygrunwald
Copy link
Owner

andygrunwald commented Oct 28, 2017

LGTM. Good work!
Impressive how this lib grew since you are contributing. Thanks a lot.

@andygrunwald andygrunwald merged commit b548298 into master Oct 28, 2017
@andygrunwald andygrunwald deleted the votes-endpoints branch October 28, 2017 12:35
@@ -25,6 +25,15 @@ type AddReviewerResult struct {
Confirm bool `json:"confirm,omitempty"`
}

// DeleteVoteInput entity contains options for the deletion of a vote.
Copy link
Collaborator

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".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed in 95b11af

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants