diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index abd5f98..d023f2d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -43,7 +43,7 @@ jobs: uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.GIST_TOKEN }} - gistID: 13b76c3c8e59fa624d03918fafde3f2d + gistID: 5d987fef5ad47e17d68138644e5331b5 filename: coverage.json label: Coverage message: ${{ env.total }}% diff --git a/README.md b/README.md index 7cfd797..247940a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A pure python project for easy deployment of HomeAssistant MQTT entities via Ras [![PyPI - Version](https://img.shields.io/pypi/v/mqtt-house.svg)](https://pypi.org/project/mqtt-house) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mqtt-house.svg)](https://pypi.org/project/mqtt-house) +[![Test workflow status](https://github.com/scmmmh/mqtt-house/actions/workflows/tests.yml/badge.svg)](https://github.com/scmmmh/mqtt-house/actions/workflows/tests.yml) +[![Test coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/scmmmh/5d987fef5ad47e17d68138644e5331b5/raw/coverage.json)](https://github.com/scmmmh/mqtt-house/actions/workflows/tests.yml) -----