Skip to content

Commit b2bb00f

Browse files
author
Dean Karn
committed
Add coverage and other badges
1 parent e2531a8 commit b2bb00f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ script:
2424
- make test
2525

2626
after_success: |
27-
[ $TRAVIS_GO_VERSION = 1.11.4 ] &&
27+
[ $TRAVIS_GO_VERSION = 1.12.4 ] &&
2828
overalls -project="github.com/go-playground/pkg" -covermode=count -ignore=.git,_examples,testdata -debug &&
2929
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# pkg
2-
======
32
![Project status](https://img.shields.io/badge/version-1.0.0-green.svg)
3+
[![Build Status](https://travis-ci.org/go-playground/pkg.svg?branch=master)](https://travis-ci.org/go-playground/pkg)
4+
[![Coverage Status](https://coveralls.io/repos/github/go-playground/pkg/badge.svg?branch=master)](https://coveralls.io/github/go-playground/pkg?branch=master)
5+
[![GoDoc](https://godoc.org/github.com/go-playground/pkg?status.svg)](https://godoc.org/github.com/go-playground/pkg)
46
![License](https://img.shields.io/dub/l/vibe-d.svg)
57

68
pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name with an additional suffix of `util` to avoid naming conflicts.

0 commit comments

Comments
 (0)