andygrunwald / go-gerrit

Go client/library for Gerrit Code Review
https://godoc.org/github.com/andygrunwald/go-gerrit
MIT License
96 stars 40 forks source link

Fix GetCommitContent to actually get commit content #63

Closed lann closed 6 years ago

lann commented 6 years ago

The method was accidentally duplicating GetBranchContent.

codecov-io commented 6 years ago

Codecov Report

Merging #63 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   22.48%   22.48%           
=======================================
  Files          21       21           
  Lines        1801     1801           
=======================================
  Hits          405      405           
  Misses       1341     1341           
  Partials       55       55
Impacted Files Coverage Δ
projects_commit.go 0% <0%> (ø) :arrow_up:

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 30ce279...f297789. Read the comment docs.

andygrunwald commented 6 years ago

Thanks a lot!