Skip to content

Commit

Permalink
Update the coverage gist settings
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Dec 31, 2023
1 parent f55b0c3 commit 47136f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}%
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

-----

Expand Down

0 comments on commit 47136f0

Please sign in to comment.