We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b35c8 commit caa6acdCopy full SHA for caa6acd
README.md
@@ -46,12 +46,12 @@ jobs:
46
restore-keys: |
47
${{ runner.os }}-go-
48
49
- - name: Run Test # Pass the `coverage.out` output to this action
+ - name: Run Test
50
run:
51
go test -v ./... -covermode=count -coverprofile=coverage.out
52
go tool cover -func=coverage.out -o=coverage.out
53
54
- - name: Go Coverage Badge
+ - name: Go Coverage Badge # Pass the `coverage.out` output to this action
55
uses: tj-actions/coverage-badge-go@v1
56
with:
57
filename: coverage.out
0 commit comments