Skip to content

Commit 089f58a

Browse files
committed
Update coverage badge
1 parent abd29d6 commit 089f58a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
junitxml-path: ./pytest.xml
4747
- if: ${{ strategy.job-index == 0 && github.ref == 'refs/heads/main' }}
4848
name: Create the coverage badge
49-
uses: schneegans/dynamic-badges-action@v1.6.0
49+
uses: schneegans/dynamic-badges-action@v1.7.0
5050
with:
5151
auth: ${{ secrets.CODECOVERAGE_GIST }}
52-
gistID: 8ffd549b8222608cf369eb04b107930a
52+
gistID: 9813850da17ec3e10442c3f288d09065
5353
filename: pytest-coverage__${{ github.ref_name }}.json
5454
label: coverage
5555
message: ${{ steps.coverageComment.outputs.coverage }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![pypi](https://img.shields.io/pypi/v/django-pwned.svg)](https://pypi.python.org/pypi/django-pwned/)
44
[![tests ci](https://github.com/QueraTeam/django-pwned/workflows/Tests/badge.svg)](https://github.com/QueraTeam/django-pwned/actions)
5-
[![coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/quera-team/8ffd549b8222608cf369eb04b107930a/raw/pytest-coverage__main.json)](https://github.com/QueraTeam/django-pwned/actions)
5+
[![coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/quera-org/9813850da17ec3e10442c3f288d09065/raw/pytest-coverage__main.json)](https://github.com/QueraTeam/django-pwned/actions)
66
[![MIT](https://img.shields.io/github/license/QueraTeam/django-pwned.svg)](https://github.com/QueraTeam/django-pwned/blob/master/LICENSE.txt)
77
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
88

0 commit comments

Comments
 (0)