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.
1 parent 8e0578f commit 94b8496Copy full SHA for 94b8496
.travis.yml
@@ -2,10 +2,12 @@ language: go
2
go:
3
- 1.12.x
4
- master
5
+before_install:
6
+ - go get github.com/mattn/goveralls
7
git:
8
depth: 1
9
script:
- - go test -v -race ./...
10
+ - $GOPATH/bin/goveralls -service=travis-ci
11
stages:
12
- 'Integration tests'
13
- 'Test'
README.md
@@ -1,5 +1,8 @@
1
# Optimizely Go SDK
+[](https://goreportcard.com/report/github.com/optimizely/go-sdk)
+[](https://coveralls.io/github/optimizely/go-sdk?branch=go-alpha)
+
## Usage
### Instantiation
0 commit comments