Running integration tests
go test -tags integration ./...
Running tests with code coverage
go test -v -cover -coverprofile=c.out ./...
go tool cover -html c.out
Running integration tests
go test -tags integration ./...
Running tests with code coverage
go test -v -cover -coverprofile=c.out ./...
go tool cover -html c.out