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 0706afe commit 39c01bfCopy full SHA for 39c01bf
script/test
@@ -6,5 +6,5 @@ set -e
6
if ! command -v tparse &> /dev/null; then
7
go test -v -cover ./...
8
else
9
- set -o pipefail && go test -cover -coverprofile=coverage.out -json ./... | tparse -all -trimpath github.com/github/
+ set -o pipefail && go test -cover -coverprofile=coverage.out -json ./... | tparse -smallscreen -all -trimpath github.com/github/
10
fi
0 commit comments