Skip to content

Commit

Permalink
Add Go Cover and Go Report Card badges to the README file
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Heckman <t@heckman.io>
  • Loading branch information
theckman committed Dec 17, 2017
1 parent 9d7cb77 commit c9279a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/theckman/go-ipdata)
[![Latest Git Tag](https://img.shields.io/github/tag/theckman/go-ipdata.svg)](https://github.com/theckman/go-ipdata/releases)
[![Travis master Build Status](https://img.shields.io/travis/theckman/go-ipdata/master.svg?label=TravisCI)](https://travis-ci.org/theckman/go-ipdata/branches)
[![Go Cover Test Coverage](https://gocover.io/_badge/github.com/theckman/go-ipdata)](https://gocover.io/github.com/theckman/go-ipdata)
[![Go Report Card](https://goreportcard.com/badge/github.com/theckman/go-ipdata)](https://goreportcard.com/report/github.com/theckman/go-ipdata)

Package ipdata is a client for the https://ipdata.co API. It provides functions
for looking up data, as well as parsing the data in a programmatic way. The
Expand Down

0 comments on commit c9279a9

Please sign in to comment.