From eda61adcb575f57de9ca8fac62250af2def62d6c Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Mon, 5 Dec 2022 17:42:26 +0100 Subject: [PATCH] Add coveralls badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 976ef572..22c65f3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # eebus-go -![Build Status](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev) +[![Build Status](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev)](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev) +[![Coverage Status](https://coveralls.io/repos/github/enbility/eebus-go/badge.svg?branch=dev)](https://coveralls.io/github/enbility/eebus-go?branch=dev) This library provides a complete foundation for implementing [EEBUS](https://eebus.org) use cases. The use cases define various functional scenarios for different device categories, e.g. energy management systems, charging stations, heat pumps, and more.