|
5 | 5 | Checkbox ui component for react. |
6 | 6 |
|
7 | 7 | [![NPM version][npm-image]][npm-url] |
8 | | -[![build status][travis-image]][travis-url] |
9 | | -[![Test coverage][coveralls-image]][coveralls-url] |
10 | | -[![Dependencies][david-image]][david-url] |
11 | | -[![DevDependencies][david-dev-image]][david-dev-url] |
12 | 8 | [![npm download][download-image]][download-url] |
| 9 | +[![build status][github-actions-image]][github-actions-url] |
| 10 | +[![Codecov][codecov-image]][codecov-url] |
13 | 11 | [![bundle size][bundlephobia-image]][bundlephobia-url] |
14 | 12 | [![dumi][dumi-image]][dumi-url] |
15 | 13 |
|
16 | 14 | [npm-image]: http://img.shields.io/npm/v/rc-checkbox.svg?style=flat-square |
17 | 15 | [npm-url]: http://npmjs.org/package/rc-checkbox |
18 | 16 | [travis-image]: https://img.shields.io/travis/react-component/checkbox/master?style=flat-square |
19 | | -[travis-url]: https://travis-ci.org/react-component/checkbox |
20 | | -[circleci-image]: https://img.shields.io/circleci/react-component/checkbox/master?style=flat-square |
21 | | -[circleci-url]: https://circleci.com/gh/react-component/checkbox |
22 | | -[coveralls-image]: https://img.shields.io/coveralls/react-component/checkbox.svg?style=flat-square |
23 | | -[coveralls-url]: https://coveralls.io/r/react-component/checkbox?branch=master |
| 17 | +[travis-url]: https://travis-ci.com/react-component/checkbox |
| 18 | +[github-actions-image]: https://github.com/react-component/checkbox/workflows/CI/badge.svg |
| 19 | +[github-actions-url]: https://github.com/react-component/checkbox/actions |
| 20 | +[codecov-image]: https://img.shields.io/codecov/c/github/react-component/checkbox/master.svg?style=flat-square |
| 21 | +[codecov-url]: https://app.codecov.io/gh/react-component/checkbox |
24 | 22 | [david-url]: https://david-dm.org/react-component/checkbox |
25 | 23 | [david-image]: https://david-dm.org/react-component/checkbox/status.svg?style=flat-square |
26 | 24 | [david-dev-url]: https://david-dm.org/react-component/checkbox?type=dev |
27 | 25 | [david-dev-image]: https://david-dm.org/react-component/checkbox/dev-status.svg?style=flat-square |
28 | 26 | [download-image]: https://img.shields.io/npm/dm/rc-checkbox.svg?style=flat-square |
29 | 27 | [download-url]: https://npmjs.org/package/rc-checkbox |
30 | | -[bundlephobia-url]: https://bundlephobia.com/result?p=rc-checkbox |
| 28 | +[bundlephobia-url]: https://bundlephobia.com/package/rc-checkbox |
31 | 29 | [bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-checkbox |
32 | | -[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
33 | 30 | [dumi-url]: https://github.com/umijs/dumi |
| 31 | +[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
34 | 32 |
|
35 | 33 | ## Install |
36 | 34 |
|
|
0 commit comments