Skip to content

Commit

Permalink
use limgo-badge-action v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engelmi committed Dec 14, 2022
1 parent cbd518f commit 15323d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
run: make test-cov
- name: Generate test badge
if: github.ref == 'refs/heads/main'
uses: GoTestTools/limgo-badge-action@0890ac43873ffd51a10f25c6b6413a9c7fffc06d
uses: GoTestTools/limgo-badge-action@v1.0.1
with:
limgo_file: test.out
limgo_file_format: tab
badge_name: limgo-badge.png
repo: github.com/gotesttools/limgo
repo: github.com/GoTestTools/limgo
branch: limgo-badge
github_token: ${{ secrets.GH_TOKEN }}
github_token_owner: engelmi

0 comments on commit 15323d5

Please sign in to comment.