Skip to content

Commit e1ea22c

Browse files
committed
Add test coverage.
1 parent 6be16e7 commit e1ea22c

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

.travis.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
language: go
2-
2+
sudo: false
33
go:
4-
- 1.0
5-
- 1.1
6-
- 1.2
7-
- 1.3
8-
- 1.4
9-
- 1.5
10-
- release
11-
- tip
4+
- 1.2
5+
- 1.3
6+
- 1.4
7+
- 1.5
8+
- 1.6
9+
- tip
10+
11+
before_install:
12+
- go get github.com/mattn/goveralls
13+
- go get golang.org/x/tools/cmd/cover
14+
15+
script:
16+
- goveralls -service=travis-ci

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[![GoDoc](https://godoc.org/github.com/go-stack/stack?status.svg)](https://godoc.org/github.com/go-stack/stack) [![Go Report Card](https://goreportcard.com/badge/go-stack/stack)](https://goreportcard.com/report/go-stack/stack) [![TravisCI](https://travis-ci.org/go-stack/stack.svg?branch=master)](https://travis-ci.org/go-stack/stack)
1+
[![GoDoc](https://godoc.org/github.com/go-stack/stack?status.svg)](https://godoc.org/github.com/go-stack/stack)
2+
[![Go Report Card](https://goreportcard.com/badge/go-stack/stack)](https://goreportcard.com/report/go-stack/stack)
3+
[![TravisCI](https://travis-ci.org/go-stack/stack.svg?branch=master)](https://travis-ci.org/go-stack/stack)
4+
[![Coverage Status](https://coveralls.io/repos/github/go-stack/stack/badge.svg?branch=master)](https://coveralls.io/github/go-stack/stack?branch=master)
25

36
# stack
47

0 commit comments

Comments
 (0)