We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4cd2ca + 4f22433 commit 90f77f1Copy full SHA for 90f77f1
2 files changed
.travis.yml
@@ -9,4 +9,7 @@ go:
9
- 1.7
10
- tip
11
12
-script: go test -race
+script: go test -race -coverprofile=coverage.txt -covermode=atomic
13
+
14
+after_success:
15
+ - bash <(curl -s https://codecov.io/bash)
README.md
@@ -1,5 +1,6 @@
1
[](https://travis-ci.org/DATA-DOG/go-sqlmock)
2
[](https://godoc.org/github.com/DATA-DOG/go-sqlmock)
3
+[](https://codecov.io/github/DATA-DOG/go-sqlmock)
4
5
# Sql driver mock for Golang
6
0 commit comments