From b0e6c7b5eaf1d7ab712da3d284af978cd8109e17 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 29 Apr 2019 01:04:44 +0900 Subject: [PATCH] Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b498486a..e9621260 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Godoc reference][godoc-image]][godoc-url] [![Go report card][goreportcard-image]][goreportcard-url] [![Tests][tests-image]][tests-url] +[![Code coverage][codecov-image]][codecov-url] +[![License][license-image]][license-url] ## How to @@ -108,3 +110,7 @@ This project is licensed under the [MIT License](https://github.com/animenotifie [goreportcard-url]: https://goreportcard.com/report/github.com/animenotifier/notify.moe [tests-image]: https://cloud.drone.io/api/badges/animenotifier/notify.moe/status.svg [tests-url]: https://cloud.drone.io/animenotifier/notify.moe +[codecov-image]: https://codecov.io/gh/animenotifier/notify.moe/branch/go/graph/badge.svg +[codecov-url]: https://codecov.io/gh/animenotifier/notify.moe +[license-image]: https://img.shields.io/badge/license-MIT-blue.svg +[license-url]: https://github.com/animenotifier/notify.moe/blob/go/LICENSE