From 922a0d479c2214417db98f7cb14f0de4618ebfce Mon Sep 17 00:00:00 2001 From: Maksim Litvinov Date: Sat, 2 Sep 2023 22:42:32 +0300 Subject: [PATCH] add test coverage badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15f5e04..08df03f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![go test workflow](https://github.com/metalim/jsonmap/actions/workflows/gotest.yml/badge.svg)](https://github.com/metalim/jsonmap/actions/workflows/gotest.yml) [![go report](https://goreportcard.com/badge/github.com/metalim/jsonmap)](https://goreportcard.com/report/github.com/metalim/jsonmap) +[![codecov](https://codecov.io/gh/metalim/jsonmap/graph/badge.svg?token=HLGJ7U07JH)](https://codecov.io/gh/metalim/jsonmap) [![go doc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/metalim/jsonmap) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/mit/)