Skip to content

Commit

Permalink
Merge pull request #2 from yuuichi-fujioka/coveralls.io
Browse files Browse the repository at this point in the history
feat: apply coveralls.io
  • Loading branch information
yuuichi-fujioka committed Jun 15, 2018
2 parents 57d3312 + 55150cd commit ee3d8ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ go:
- "1.9"
- "1.10.x"
- master

before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci
- make test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# leveldbctl

[![Build Status](https://travis-ci.org/yuuichi-fujioka/go-leveldbctl.svg?branch=master)](https://travis-ci.org/yuuichi-fujioka/go-leveldbctl)
[![Coverage Status](https://coveralls.io/repos/github/yuuichi-fujioka/go-leveldbctl/badge.svg?branch=master)](https://coveralls.io/github/yuuichi-fujioka/go-leveldbctl?branch=master)

LevelDB control command.

Expand Down

0 comments on commit ee3d8ba

Please sign in to comment.