From 6326fdf8fd8a6e8ff49cf0eb34443a9cc320990d Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Wed, 23 May 2018 20:34:12 +0200 Subject: [PATCH] Add section about branches, travis ci and codecov --- README.md | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 336964f..b40a512 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # hueplusplus A simple and easy to use library for Philips Hue Lights +| Branch | Travis CI | Codecov | +|:-|:-|:-| +| [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) | +| [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) | + ## Features * find bridges with SSDP or set an ip manually * function to assign a username or set one manually -- libgit2 0.21.4