From 5d6e067fc36697b7c01f290bccac06ce21fb4371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=99=E6=A3=AE?= Date: Sun, 7 May 2017 22:50:54 +0800 Subject: [PATCH] feat: add quality badge (#857) --- README.md | 5 ++++- README.zh-CN.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a172545e2..bf23af1c53 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Born to build better enterprise frameworks and apps [![NPM version][npm-image]][npm-url] +[![NPM quality][quality-image]][quality-url] [![build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![David deps][david-image]][david-url] @@ -12,9 +13,11 @@ Born to build better enterprise frameworks and apps [npm-image]: https://img.shields.io/npm/v/egg.svg?style=flat-square [npm-url]: https://npmjs.org/package/egg +[quality-image]: http://npm.packagequality.com/shield/egg.svg?style=flat-square +[quality-url]: http://packagequality.com/#?package=egg [travis-image]: https://img.shields.io/travis/eggjs/egg.svg?style=flat-square [travis-url]: https://travis-ci.org/eggjs/egg -[codecov-image]: https://codecov.io/gh/eggjs/egg/branch/master/graph/badge.svg +[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg.svg?style=flat-square [codecov-url]: https://codecov.io/gh/eggjs/egg [david-image]: https://img.shields.io/david/eggjs/egg.svg?style=flat-square [david-url]: https://david-dm.org/eggjs/egg diff --git a/README.zh-CN.md b/README.zh-CN.md index 2492b38a1b..74e4b2e723 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -3,6 +3,7 @@ 为企业级框架和应用而生的 Web 框架 [![NPM version][npm-image]][npm-url] +[![NPM quality][quality-image]][quality-url] [![build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![David deps][david-image]][david-url] @@ -11,9 +12,11 @@ [npm-image]: https://img.shields.io/npm/v/egg.svg?style=flat-square [npm-url]: https://npmjs.org/package/egg +[quality-image]: http://npm.packagequality.com/shield/egg.svg?style=flat-square +[quality-url]: http://packagequality.com/#?package=egg [travis-image]: https://img.shields.io/travis/eggjs/egg.svg?style=flat-square [travis-url]: https://travis-ci.org/eggjs/egg -[codecov-image]: https://codecov.io/gh/eggjs/egg/branch/master/graph/badge.svg +[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg.svg?style=flat-square [codecov-url]: https://codecov.io/gh/eggjs/egg [david-image]: https://img.shields.io/david/eggjs/egg.svg?style=flat-square [david-url]: https://david-dm.org/eggjs/egg