From bb754514347ac7c5ff4096d51f9a826d401e0f8d Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Nov 2021 17:45:45 +0100 Subject: [PATCH] add coverage run badge, extension --- .github/workflows/{coverage.yaml => coverage.yml} | 0 README.md | 1 + 2 files changed, 1 insertion(+) rename .github/workflows/{coverage.yaml => coverage.yml} (100%) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yml similarity index 100% rename from .github/workflows/coverage.yaml rename to .github/workflows/coverage.yml diff --git a/README.md b/README.md index 1968787b..e695d6d1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ebusd is a daemon for handling communication with eBUS devices connected to a 2-wire bus system ("energy bus" used by numerous heating systems). [![Build](https://github.com/john30/ebusd/actions/workflows/build.yml/badge.svg)](https://github.com/john30/ebusd/actions/workflows/build.yml) +[![Coverage](https://github.com/john30/ebusd/actions/workflows/coverage.yml/badge.svg)](https://github.com/john30/ebusd/actions/workflows/coverage.yml) [![codecov](https://codecov.io/gh/john30/ebusd/branch/master/graph/badge.svg)](https://codecov.io/gh/john30/ebusd) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/john30/ebusd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)