From 3a2ed56c10b7d9d508a6f9264c44fe7802857234 Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Wed, 26 Sep 2018 09:49:09 +0200 Subject: [PATCH] Add badges for build status and code coverage. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f43f13d5..4a43bca2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ [![npm version](https://img.shields.io/npm/v/react-async.svg)](https://www.npmjs.com/package/react-async) [![npm downloads](https://img.shields.io/npm/dm/react-async.svg)](https://www.npmjs.com/package/react-async) -[![ISC license](https://img.shields.io/npm/l/react-async.svg)](https://opensource.org/licenses/ISC) [![minified size](https://img.shields.io/bundlephobia/min/react-async.svg)](https://bundlephobia.com/result?p=react-async) +[![Build status](https://img.shields.io/travis/ghengeveld/react-async.svg)](https://travis-ci.org/ghengeveld/react-async) +[![Code coverage](https://img.shields.io/codecov/c/github/ghengeveld/react-async.svg)](https://codecov.io/github/ghengeveld/react-async) +[![ISC license](https://img.shields.io/npm/l/react-async.svg)](https://opensource.org/licenses/ISC) [![GitHub issues](https://img.shields.io/github/issues/ghengeveld/react-async.svg)](https://github.com/ghengeveld/react-async/issues) [![GitHub PRs](https://img.shields.io/github/issues-pr/ghengeveld/react-async.svg)](https://github.com/ghengeveld/react-async/pulls)