diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07df339..27d9fff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,10 +46,10 @@ jobs: junitxml-path: ./pytest.xml - if: ${{ strategy.job-index == 0 && github.ref == 'refs/heads/main' }} name: Create the coverage badge - uses: schneegans/dynamic-badges-action@v1.6.0 + uses: schneegans/dynamic-badges-action@v1.7.0 with: auth: ${{ secrets.CODECOVERAGE_GIST }} - gistID: 8ffd549b8222608cf369eb04b107930a + gistID: 9813850da17ec3e10442c3f288d09065 filename: pytest-coverage__${{ github.ref_name }}.json label: coverage message: ${{ steps.coverageComment.outputs.coverage }} diff --git a/README.md b/README.md index 66b8f04..01ce110 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![pypi](https://img.shields.io/pypi/v/django-pwned.svg)](https://pypi.python.org/pypi/django-pwned/) [![tests ci](https://github.com/QueraTeam/django-pwned/workflows/Tests/badge.svg)](https://github.com/QueraTeam/django-pwned/actions) -[![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) +[![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) [![MIT](https://img.shields.io/github/license/QueraTeam/django-pwned.svg)](https://github.com/QueraTeam/django-pwned/blob/master/LICENSE.txt) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)