From f036962a7c6e8984335e0bb32679e13fd833ebd1 Mon Sep 17 00:00:00 2001 From: TsvetanMilanov Date: Mon, 24 Feb 2020 18:55:51 +0200 Subject: [PATCH] Add coverage badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6592f19..8c27c4f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # go-simple-di [![GoDoc](https://godoc.org/github.com/TsvetanMilanov/go-simple-di/di?status.svg)](https://godoc.org/github.com/TsvetanMilanov/go-simple-di/di) +[![code-coverage](https://gocover.io/_badge/github.com/TsvetanMilanov/go-simple-di/di)](https://gocover.io/github.com/TsvetanMilanov/go-simple-di/di) + ## Contents - [Installation](#installation) - [Quick Start](#quick-start)