You've already forked go-sqlxmock
							
							
				mirror of
				https://github.com/zhashkevych/go-sqlxmock.git
				synced 2025-10-30 23:27:38 +02:00 
			
		
		
		
	Add codecov.io
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| [](https://travis-ci.org/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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user