Commit 6326fdf8fd8a6e8ff49cf0eb34443a9cc320990d

Authored by Moritz Wirger
1 parent 67d345b9

Add section about branches, travis ci and codecov

Add a section about branches and their individual travis ci and codecov state
Showing 1 changed file with 5 additions and 0 deletions
README.md
1 1 # hueplusplus
2 2 A simple and easy to use library for Philips Hue Lights
3 3  
  4 +| Branch | Travis CI | Codecov |
  5 +|:-|:-|:-|
  6 +| [Master](https://github.com/enwi/hueplusplus/tree/master) | [![Build Status](https://travis-ci.com/enwi/hueplusplus.svg?branch=master)](https://travis-ci.com/enwi/hueplusplus) | [![codecov](https://codecov.io/gh/enwi/hueplusplus/branch/master/graph/badge.svg)](https://codecov.io/gh/enwi/hueplusplus) |
  7 +| [Development](https://github.com/enwi/hueplusplus/tree/development) | [![Build Status](https://travis-ci.com/enwi/hueplusplus.svg?branch=development)](https://travis-ci.com/enwi/hueplusplus) | [![codecov](https://codecov.io/gh/enwi/hueplusplus/branch/development/graph/badge.svg)](https://codecov.io/gh/enwi/hueplusplus) |
  8 +
4 9 ## Features
5 10 * find bridges with SSDP or set an ip manually
6 11 * function to assign a username or set one manually
... ...