File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
46
46
junitxml-path : ./pytest.xml
47
47
- if : ${{ strategy.job-index == 0 && github.ref == 'refs/heads/main' }}
48
48
name : Create the coverage badge
49
- uses : schneegans/dynamic-badges-action@v1.6 .0
49
+ uses : schneegans/dynamic-badges-action@v1.7 .0
50
50
with :
51
51
auth : ${{ secrets.CODECOVERAGE_GIST }}
52
- gistID : 8ffd549b8222608cf369eb04b107930a
52
+ gistID : 9813850da17ec3e10442c3f288d09065
53
53
filename : pytest-coverage__${{ github.ref_name }}.json
54
54
label : coverage
55
55
message : ${{ steps.coverageComment.outputs.coverage }}
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ pypi] ( https://img.shields.io/pypi/v/django-pwned.svg )] ( https://pypi.python.org/pypi/django-pwned/ )
4
4
[ ![ 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 )
6
6
[ ![ MIT] ( https://img.shields.io/github/license/QueraTeam/django-pwned.svg )] ( https://github.com/QueraTeam/django-pwned/blob/master/LICENSE.txt )
7
7
[ ![ black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
8
8
You can’t perform that action at this time.
0 commit comments