Skip to content

Commit

Permalink
added coverage bage for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Nov 18, 2024
1 parent 0d18eb9 commit 2ab329e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ jobs:
hide-comment: false
report-only-changed-files: false
remove-link-from-badge: false
- name: Create the Badge
uses: schneegans/[email protected]
with:
auth: ${{ secrets.BAGE_GIST }}
gistID: 99469cb5f8a18784c1f03d229a799427
filename: bage.json
label: Coverage Report
message: ${{ steps.coverageComment.outputs.coverage }}
color: ${{ steps.coverageComment.outputs.color }}
namedLogo: python
docs:
needs: [build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ab329e

Please sign in to comment.