Skip to content

Commit 3a2ed56

Browse files
committed
Add badges for build status and code coverage.
1 parent 99ea35a commit 3a2ed56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
[![npm version](https://img.shields.io/npm/v/react-async.svg)](https://www.npmjs.com/package/react-async)
44
[![npm downloads](https://img.shields.io/npm/dm/react-async.svg)](https://www.npmjs.com/package/react-async)
5-
[![ISC license](https://img.shields.io/npm/l/react-async.svg)](https://opensource.org/licenses/ISC)
65
[![minified size](https://img.shields.io/bundlephobia/min/react-async.svg)](https://bundlephobia.com/result?p=react-async)
6+
[![Build status](https://img.shields.io/travis/ghengeveld/react-async.svg)](https://travis-ci.org/ghengeveld/react-async)
7+
[![Code coverage](https://img.shields.io/codecov/c/github/ghengeveld/react-async.svg)](https://codecov.io/github/ghengeveld/react-async)
8+
[![ISC license](https://img.shields.io/npm/l/react-async.svg)](https://opensource.org/licenses/ISC)
79
[![GitHub issues](https://img.shields.io/github/issues/ghengeveld/react-async.svg)](https://github.com/ghengeveld/react-async/issues)
810
[![GitHub PRs](https://img.shields.io/github/issues-pr/ghengeveld/react-async.svg)](https://github.com/ghengeveld/react-async/pulls)
911

0 commit comments

Comments
 (0)