Skip to content

Commit

Permalink
coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hutcheon authored and James Hutcheon committed Oct 31, 2023
1 parent 029ad01 commit 4c69a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
go test -v ./... -coverprofile coverage.out -coverpkg ./... -covermode=count
go tool cover -func=coverage.out -o=coverage.out
- name: Go Coverage Badge # Pass the `coverage.out` output to this action
uses: tj-actions/coverage-badge-go@v2
with:
Expand Down

0 comments on commit 4c69a9a

Please sign in to comment.