From 1383675ad33a4fec00e49ef7f07be10d0e04f2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Sat, 2 Oct 2021 18:28:30 +0900 Subject: [PATCH] doc: add ci status to readme (#145) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 02ec64b2..df74f435 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ # plugman +[![Node CI](https://github.com/apache/cordova-plugman/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/cordova-plugman/actions/workflows/ci.yml) +[![codecov.io](https://codecov.io/github/apache/cordova-plugman/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-plugman?branch=master) + A command line tool to install and uninstall plugins for use with [Apache Cordova](http://cordova.io) projects. This document defines tool usage.