Skip to content

Commit 94b8496

Browse files
yasirfolio3Michael Ng
authored andcommitted
feat(coveralls): coveralls and go-report-card status. (#53)
1 parent 8e0578f commit 94b8496

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ language: go
22
go:
33
- 1.12.x
44
- master
5+
before_install:
6+
- go get github.com/mattn/goveralls
57
git:
68
depth: 1
79
script:
8-
- go test -v -race ./...
10+
- $GOPATH/bin/goveralls -service=travis-ci
911
stages:
1012
- 'Integration tests'
1113
- 'Test'

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Optimizely Go SDK
22

3+
[![Go Report Card](https://goreportcard.com/badge/github.com/optimizely/go-sdk)](https://goreportcard.com/report/github.com/optimizely/go-sdk)
4+
[![Coverage Status](https://coveralls.io/repos/github/optimizely/go-sdk/badge.svg?branch=go-alpha)](https://coveralls.io/github/optimizely/go-sdk?branch=go-alpha)
5+
36
## Usage
47

58
### Instantiation

0 commit comments

Comments
 (0)