From 15c320b75daf1786fdf628fad4976289ce67d99f Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 14 Apr 2017 17:15:42 +0900 Subject: [PATCH] add badges --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4e906..9119f21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # go-mastodon -***EXPERIMENTAL*** +[![Build Status](https://travis-ci.org/mattn/go-mastodon.png?branch=master)](https://travis-ci.org/mattn/go-mastodon) +[![Coverage Status](https://coveralls.io/repos/mattn/go-mastodon/badge.png?branch=HEAD)](https://coveralls.io/r/mattn/go-mastodon?branch=HEAD) +[![GoDoc](https://godoc.org/github.com/mattn/go-mastodon?status.svg)](http://godoc.org/github.com/mattn/go-mastodon) +[![Go Report Card](https://goreportcard.com/badge/github.com/mattn/go-mastodon)](https://goreportcard.com/report/github.com/mattn/go-mastodon) ## Usage