From 8635ec1aabe23b85ceb778d28659c4084e2f970f Mon Sep 17 00:00:00 2001 From: Cory Caywood Date: Thu, 18 Feb 2021 17:15:03 +0900 Subject: [PATCH] docs: Add code-cov badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 818a694b7..b120e35a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![npm version](https://img.shields.io/npm/v/js-miniapp-sdk.svg?style=flat)](https://www.npmjs.com/package/js-miniapp-sdk) [![CircleCI](https://circleci.com/gh/rakutentech/js-miniapp.svg?style=svg)](https://circleci.com/gh/rakutentech/js-miniapp) +[![codecov](https://codecov.io/gh/rakutentech/js-miniapp/branch/master/graph/badge.svg?token=JG77H8JRSK)](https://codecov.io/gh/rakutentech/js-miniapp) [![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)