From e12c8ae993d6920557eb05a4f97a41197b3b3d21 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 15 Aug 2020 14:44:37 +0800 Subject: [PATCH] add codecov badge --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b4d98428..8dae3f59 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # go-zero项目介绍 -![Go](https://github.com/tal-tech/go-zero/workflows/Go/badge.svg?branch=master) +[![Go](https://github.com/tal-tech/go-zero/workflows/Go/badge.svg?branch=master)](https://github.com/tal-tech/go-zero/actions) +[![codecov](https://codecov.io/gh/tal-tech/go-zero/branch/master/graph/badge.svg)](https://codecov.io/gh/tal-tech/go-zero) ## 1. go-zero框架背景