You've already forked go-sqlmock
mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-12-21 23:47:39 +02:00
Add codecov.io
This commit is contained in:
@@ -9,4 +9,7 @@ go:
|
|||||||
- 1.7
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
script: go test -race
|
script: go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
[](https://travis-ci.org/DATA-DOG/go-sqlmock)
|
[](https://travis-ci.org/DATA-DOG/go-sqlmock)
|
||||||
[](https://godoc.org/github.com/DATA-DOG/go-sqlmock)
|
[](https://godoc.org/github.com/DATA-DOG/go-sqlmock)
|
||||||
|
[](https://codecov.io/github/DATA-DOG/go-sqlmock)
|
||||||
|
|
||||||
# Sql driver mock for Golang
|
# Sql driver mock for Golang
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user