From 483093c43520d36e1ed972b4cf11e759f03c651a Mon Sep 17 00:00:00 2001 From: okoala Date: Sat, 6 May 2017 17:27:17 +0800 Subject: [PATCH 1/3] feat: add quality badge --- README.md | 3 +++ README.zh-CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 8a172545e2..c14f7663b6 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,6 +13,8 @@ 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 +[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 diff --git a/README.zh-CN.md b/README.zh-CN.md index 2492b38a1b..4576512304 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,6 +12,8 @@ [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 +[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 From 2a5665b96c00242a64067347edb14b427ef36d93 Mon Sep 17 00:00:00 2001 From: okoala Date: Sat, 6 May 2017 17:39:37 +0800 Subject: [PATCH 2/3] feat: quality image style use flat-square --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c14f7663b6..74598d3339 100644 --- a/README.md +++ b/README.md @@ -13,11 +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 +[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://codecov.io/gh/eggjs/egg/branch/master/graph/badge.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 4576512304..7c815920f0 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -12,11 +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 +[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://codecov.io/gh/eggjs/egg/branch/master/graph/badge.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 From 742647dec208fb1a94704f1b81abf0360046f4dd Mon Sep 17 00:00:00 2001 From: okoala Date: Sat, 6 May 2017 18:05:02 +0800 Subject: [PATCH 3/3] feat: codecov style use flat-square --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74598d3339..bf23af1c53 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Born to build better enterprise frameworks and apps [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?style=flat-square +[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 7c815920f0..74e4b2e723 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -16,7 +16,7 @@ [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?style=flat-square +[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