1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-02-10 18:31:01 +02:00

Merge pull request #53 from gliptak/codecov1

Add codecov.io
This commit is contained in:
Gediminas Morkevicius 2016-11-22 10:03:52 +02:00 committed by GitHub
commit 90f77f1204
2 changed files with 5 additions and 1 deletions

View File

@ -9,4 +9,7 @@ go:
- 1.7
- tip
script: go test -race
script: go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)

View File

@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/DATA-DOG/go-sqlmock.png)](https://travis-ci.org/DATA-DOG/go-sqlmock)
[![GoDoc](https://godoc.org/github.com/DATA-DOG/go-sqlmock?status.png)](https://godoc.org/github.com/DATA-DOG/go-sqlmock)
[![codecov.io](https://codecov.io/github/DATA-DOG/go-sqlmock/branch/master/graph/badge.svg)](https://codecov.io/github/DATA-DOG/go-sqlmock)
# Sql driver mock for Golang