From 82abe38795fb0118ad84c584f24d17da2dc9e395 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Sat, 4 Jul 2015 13:25:49 -0400 Subject: [PATCH] Add test coverage badge add test coverage badge for issue #92 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1e9d00..08a69b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Package validator ================ [![Build Status](https://travis-ci.org/bluesuncorp/validator.svg?branch=v5.1)](https://travis-ci.org/bluesuncorp/validator) +[![Coverage Status](https://coveralls.io/repos/bluesuncorp/validator/badge.svg?branch=v5)](https://coveralls.io/r/bluesuncorp/validator?branch=v5) [![GoDoc](https://godoc.org/gopkg.in/bluesuncorp/validator.v5?status.svg)](https://godoc.org/gopkg.in/bluesuncorp/validator.v5) Package validator implements value validations for structs and individual fields based on tags.