Skip to content

Commit 9caab28

Browse files
[added] separate badges for stable and develop
Reviewers: O2 Material Motion, #material_motion Tags: #material_motion Differential Revision: http://codereview.cc/D3476
1 parent 8f9fcbc commit 9caab28

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Indefinite Observable ##
22

3-
[![Build Status](https://img.shields.io/circleci/project/github/material-motion/indefinite-observable-js/develop.svg)](https://circleci.com/gh/material-motion/indefinite-observable-js/)
4-
[![codecov](https://codecov.io/gh/material-motion/indefinite-observable-js/branch/develop/graph/badge.svg)](https://codecov.io/gh/material-motion/indefinite-observable-js)
3+
<!-- TODO: update version number before releasing -->
4+
![Current version:](https://img.shields.io/badge/v1.0.0:-222222.svg?logo=npm)
5+
[![Test status](https://img.shields.io/circleci/project/github/material-motion/indefinite-observable-js/stable.svg?logo=circleci&label=Tests)](https://circleci.com/gh/material-motion/indefinite-observable-js/tree/stable)
6+
[![Code coverage](https://img.shields.io/codecov/c/github/material-motion/indefinite-observable-js/stable.svg?logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/gh/material-motion/indefinite-observable-js/branch/stable)
7+
![HEAD:](https://img.shields.io/badge/HEAD:-222222.svg?logo=github&logoColor=white)
8+
[![Test status](https://img.shields.io/circleci/project/github/material-motion/indefinite-observable-js/develop.svg?logo=circleci&label=Tests)](https://circleci.com/gh/material-motion/indefinite-observable-js/tree/develop)
9+
[![Code coverage](https://img.shields.io/codecov/c/github/material-motion/indefinite-observable-js/develop.svg?logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/gh/material-motion/indefinite-observable-js/branch/develop)
510

611
## Why? ##
712

0 commit comments

Comments
 (0)