Skip to content

Commit

Permalink
Merge pull request #18 from donutloop/feat/coveralls
Browse files Browse the repository at this point in the history
- Added: coveralls support
  • Loading branch information
donutloop committed Sep 24, 2017
2 parents 7ccdd26 + 1a475dc commit b26b2c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ language: go
go:
- 1.7
- 1.8
- 1.9
- 1.9
before_install:
- go get github.com/mattn/goveralls
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# toolkit

[![Build Status](https://travis-ci.org/donutloop/toolkit.svg?branch=master)](https://travis-ci.org/donutloop/toolkit)
[![Coverage Status](https://coveralls.io/repos/github/donutloop/toolkit/badge.svg)](https://coveralls.io/github/donutloop/toolkit)
[![Go Report Card](https://goreportcard.com/badge/github.com/donutloop/toolkit)](https://goreportcard.com/report/github.com/donutloop/toolkit)

## Introduction
Expand Down

0 comments on commit b26b2c1

Please sign in to comment.