Skip to content

Commit

Permalink
coveralls setup + godoc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Oct 5, 2015
1 parent e566031 commit a6e90db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ language: go
go:
- 1.3
- 1.4
- 1.5
- 1.5

before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci repotoken $COVERALLS_TOKEN
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sqlbind [![Build Status](https://travis-ci.org/jfbus/sqlbind.svg)](https://travis-ci.org/jfbus/sqlbind)
# sqlbind [![Build Status](https://travis-ci.org/jfbus/sqlbind.svg)](https://travis-ci.org/jfbus/sqlbind) [![Coverage Status](https://coveralls.io/repos/jfbus/sqlbind/badge.svg?branch=master&service=github)](https://coveralls.io/github/jfbus/sqlbind?branch=master) [![](https://godoc.org/github.com/jfbus/sqlbind?status.svg)](http://godoc.org/github.com/jfbus/sqlbind)

sqlbind is a set of `database/sql` helpers to remove a lot of boilerplate code while always using standard `database/sql` calls.

Expand Down

0 comments on commit a6e90db

Please sign in to comment.