Skip to content

Commit

Permalink
Update coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Jun 15, 2024
1 parent abd29d6 commit 089f58a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

1 comment on commit 089f58a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
django_pwned
   validators.py50198%46
TOTAL232199% 

Tests Skipped Failures Errors Time
14 0 💤 0 ❌ 0 🔥 0.759s ⏱️

Please sign in to comment.