From 8d2b067ee0569155e8eef6715ddba1e7d41e91e8 Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Wed, 23 May 2018 22:10:19 +0200 Subject: [PATCH] Ad codacy badge to readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b40a512..470f488 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # 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) | +| Branch | Travis CI | Codecov | Codacy | +|:-|:-|:-|:-| +| [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) | [![Codacy Badge](https://api.codacy.com/project/badge/Grade/558c343dddf4418c85a4b2d52538be04?branch=master)](https://www.codacy.com/app/enwi/hueplusplus?utm_source=github.com&utm_medium=referral&utm_content=enwi/hueplusplus&utm_campaign=Badge_Grade) | +| [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) | [![Codacy Badge](https://api.codacy.com/project/badge/Grade/558c343dddf4418c85a4b2d52538be04?branch=development)](https://www.codacy.com/app/enwi/hueplusplus?utm_source=github.com&utm_medium=referral&utm_content=enwi/hueplusplus&utm_campaign=Badge_Grade) | ## Features * find bridges with SSDP or set an ip manually -- libgit2 0.21.4