Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurston committed Feb 26, 2024
1 parent 1ce49de commit 1bdedcc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
# with:
# branch-name: badges
- name: Make Coverage Badge
uses: action-badges/[email protected]
# uses: action-badges/[email protected]
# with:
# file-name: coverage.svg
# # badge-branch: badges
# github-token: '${{ secrets.GITHUB_TOKEN }}'
# coverage-file-name: coverage.xml
uses: gaelgirodon/ci-badges-action@v1
with:
# file-name: coverage.svg
# badge-branch: badges
github-token: '${{ secrets.GITHUB_TOKEN }}'
coverage-file-name: coverage.xml
gist-id: qups-badge
token: ${{ secrets.GIST_TOKEN }}

0 comments on commit 1bdedcc

Please sign in to comment.