Skip to content

Commit

Permalink
Add coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
conortm committed Jan 25, 2016
1 parent e16ccac commit c0ea869
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,10 @@ go:
- tip
install:
- make install
before_script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- make travis
notifications:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,4 +7,4 @@ test:
go test

travis:
go test -v ./...
$(HOME)/gopath/bin/goveralls -service=travis-ci
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# UUID Service [![Build Status](https://img.shields.io/travis/conortm/uuid-service.svg)](https://travis-ci.org/conortm/uuid-service)
# UUID Service [![Build Status](https://img.shields.io/travis/conortm/uuid-service.svg)](https://travis-ci.org/conortm/uuid-service) [![Coverage Status](https://img.shields.io/coveralls/conortm/uuid-service.svg)](https://coveralls.io/r/conortm/uuid-service?branch=master)

A simple service for creating & getting UUIDs, provided a key.

Expand Down

0 comments on commit c0ea869

Please sign in to comment.