Skip to content

Commit 083f2e8

Browse files
committed
add coverage
1 parent 6b27585 commit 083f2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ set -e
66
if ! command -v tparse &> /dev/null; then
77
go test -v -cover ./...
88
else
9-
set -o pipefail && go test -json ./... | tparse -all -trimpath github.com/github/
9+
set -o pipefail && go test -cover -coverprofile=coverage.out -json ./... | tparse -all -trimpath github.com/github/
1010
fi

0 commit comments

Comments
 (0)