Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 23, 2022
1 parent 78b35c8 commit caa6acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Run Test # Pass the `coverage.out` output to this action
- name: Run Test
run:
go test -v ./... -covermode=count -coverprofile=coverage.out
go tool cover -func=coverage.out -o=coverage.out

- name: Go Coverage Badge
- name: Go Coverage Badge # Pass the `coverage.out` output to this action
uses: tj-actions/coverage-badge-go@v1
with:
filename: coverage.out
Expand Down

0 comments on commit caa6acd

Please sign in to comment.