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 39c01bf commit aebaf55Copy full SHA for aebaf55
script/test
@@ -4,7 +4,7 @@ set -e
4
5
# if the tparse binary is not found, don't use it
6
if ! command -v tparse &> /dev/null; then
7
- go test -v -cover ./...
+ go test -v -cover -coverprofile=coverage.out ./...
8
else
9
set -o pipefail && go test -cover -coverprofile=coverage.out -json ./... | tparse -smallscreen -all -trimpath github.com/github/
10
fi
0 commit comments