Skip to content

Commit caa6acd

Browse files
authored
Update README.md
1 parent 78b35c8 commit caa6acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
restore-keys: |
4747
${{ runner.os }}-go-
4848
49-
- name: Run Test # Pass the `coverage.out` output to this action
49+
- name: Run Test
5050
run:
5151
go test -v ./... -covermode=count -coverprofile=coverage.out
5252
go tool cover -func=coverage.out -o=coverage.out
5353

54-
- name: Go Coverage Badge
54+
- name: Go Coverage Badge # Pass the `coverage.out` output to this action
5555
uses: tj-actions/coverage-badge-go@v1
5656
with:
5757
filename: coverage.out

0 commit comments

Comments
 (0)