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

Make TravisCI build green again #62

Closed andygrunwald closed 6 years ago

andygrunwald commented 6 years ago

This PR makes the TravisCI build green again. In detail

One important note: The renaming of struct fields is a breaking change. It was introduced in https://github.com/andygrunwald/go-gerrit/pull/60. @achew22 would be nice if you can check this as well, because it might break your code.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@197fe0d). Click here to learn what that means. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #62   +/-   ##
=========================================
  Coverage          ?   22.48%           
=========================================
  Files             ?       21           
  Lines             ?     1801           
  Branches          ?        0           
=========================================
  Hits              ?      405           
  Misses            ?     1341           
  Partials          ?       55
Impacted Files Coverage Δ
authentication.go 76% <100%> (ø)
changes.go 15.15% <42.85%> (ø)

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 197fe0d...46fe642. Read the comment docs.