Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 16, 2017
1 parent 5945b7e commit 29a4028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ go: 1.8
install: make setup
script: make ci
after_success:
# - go get github.com/mattn/goveralls
# - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
- go get github.com/mattn/goveralls
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
- test -n "$TRAVIS_TAG" && curl -sL http://git.io/goreleaser | bash
notifications:
email: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/release/caarlos0/am-i-working.svg?style=flat-square)](https://github.com/caarlos0/am-i-working/releases/latest)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Travis](https://img.shields.io/travis/caarlos0/am-i-working.svg?style=flat-square)](https://travis-ci.org/caarlos0/am-i-working)
<!-- [![Coverage Status](https://img.shields.io/coveralls/caarlos0/am-i-working/master.svg?style=flat-square)](https://coveralls.io/github/caarlos0/am-i-working?branch=master) -->
[![Coverage Status](https://img.shields.io/coveralls/caarlos0/am-i-working/master.svg?style=flat-square)](https://coveralls.io/github/caarlos0/am-i-working?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/caarlos0/am-i-working?style=flat-square)](https://goreportcard.com/report/github.com/caarlos0/am-i-working)
[![Godoc](https://godoc.org/github.com/caarlos0/am-i-working?status.svg&style=flat-square)](http://godoc.org/github.com/caarlos0/am-i-working)
[![SayThanks.io](https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg?style=flat-square)](https://saythanks.io/to/caarlos0)
Expand Down

0 comments on commit 29a4028

Please sign in to comment.