diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-27 21:50:45 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-27 21:58:01 -0500 |
commit | 2ab6975d10bdaec7f7eb43304acdb64bf7b4f124 (patch) | |
tree | 64fe25064637a556357413af503fee4f0fe0ef19 | |
parent | f3238eea7e403d13a217b30579b1a1c2cbff62e3 (diff) | |
download | python-coveragepy-git-nedbat/badge.tar.gz |
coverage badgenedbat/badge
-rw-r--r-- | .github/workflows/coverage.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8ab96b8e..ed6f75e6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -192,3 +192,13 @@ jobs: - name: "Show link to report" run: | echo "Coverage report: ${{ steps.info.outputs.url }}" + + - name: "Create badge" + uses: schneegans/dynamic-badges-action@v1.1.0 + with: + auth: ${{ secrets.METACOV_GIST_SECRET }} + gistID: 8c6980f77988a327348f9b02bbaf67f5 + filename: metacov.json + label: Coverage + message: ${{ steps.combine.outputs.total }}% + color: green |