From 7fe88a3f613cbf4908bb4fa67098f9ecfd01d3b5 Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Sat, 24 Feb 2018 02:34:26 +0900 Subject: [PATCH] docs: Add coveralls status badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e6124b6..e251a39c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![godoc.org](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/git-chglog/git-chglog) [![Travis](https://img.shields.io/travis/git-chglog/git-chglog.svg?style=flat-square)](https://travis-ci.org/git-chglog/git-chglog) +[![Coverage Status](https://img.shields.io/coveralls/github/git-chglog/git-chglog.svg?style=flat-square)](https://coveralls.io/github/git-chglog/git-chglog?branch=master) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/git-chglog/git-chglog/blob/master/LICENSE) > CHANGELOG generator implemented in Go (Golang).