From 5281b9b2da01afb92faf8cec340c63ca8f95c0eb Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Mon, 26 Sep 2016 08:56:16 +0200 Subject: [PATCH 1/2] add sonar quality badge Signed-off-by: Michael Hirsch --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc00c5c8d..26e2b6284 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -Build: [![Circle CI](https://circleci.com/gh/eclipse/hawkbit.svg?style=svg)](https://circleci.com/gh/eclipse/hawkbit) - # Eclipse.IoT hawkBit - Update Server [hawkBit](https://projects.eclipse.org/projects/iot.hawkbit) is an domain independent back end solution for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure. +Build: [![Circle CI](https://circleci.com/gh/eclipse/hawkbit.svg?style=svg)](https://circleci.com/gh/eclipse/hawkbit) +[![SonarQuality](https://sonar.eu-gb.mybluemix.net/api/badges/gate?key=org.eclipse.hawkbit:hawkbit-parent)](https://sonar.eu-gb.mybluemix.net) + # Documentation see [hawkBit Wiki](https://github.com/eclipse/hawkbit/wiki) From 8515652cd5d9759e78bddf37f03eda8aced741f8 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Mon, 26 Sep 2016 09:20:23 +0200 Subject: [PATCH 2/2] use circleCI badge style shield Signed-off-by: Michael Hirsch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e2b6284..778391f32 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [hawkBit](https://projects.eclipse.org/projects/iot.hawkbit) is an domain independent back end solution for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure. -Build: [![Circle CI](https://circleci.com/gh/eclipse/hawkbit.svg?style=svg)](https://circleci.com/gh/eclipse/hawkbit) +Build: [![Circle CI](https://circleci.com/gh/eclipse/hawkbit.svg?style=shield)](https://circleci.com/gh/eclipse/hawkbit) [![SonarQuality](https://sonar.eu-gb.mybluemix.net/api/badges/gate?key=org.eclipse.hawkbit:hawkbit-parent)](https://sonar.eu-gb.mybluemix.net) # Documentation