Skip to content

Commit

Permalink
Update coverage gist id
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Apr 13, 2024
1 parent 2fbee70 commit 0e5cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: schneegans/dynamic-badges-action@v1.4.0
with:
auth: ${{ secrets.CODECOVERAGE_GIST }}
gistID: 21974aee9ff21ae779be1549795b4e09
gistID: 24a6d63ff9d29d9be5399169f8199ca0
filename: pytest-coverage__${{ github.ref_name }}.json
label: coverage
message: ${{ steps.coverageComment.outputs.coverage }}
Expand Down

1 comment on commit 0e5cfb1

@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
qsessions
   admin.py55395%21, 42–43
   geoip.py27678%15, 21–23, 51–53
tests
   test_sessionstore.py99199%144
TOTAL4411098% 

Tests Skipped Failures Errors Time
48 0 💤 0 ❌ 0 🔥 2.602s ⏱️

Please sign in to comment.