Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try tparse for test output formatting #607

Closed
wants to merge 1 commit into from
Closed

Try tparse for test output formatting #607

wants to merge 1 commit into from

Conversation

emcfarlane
Copy link
Contributor

@emcfarlane emcfarlane commented Oct 13, 2023

$ make test
go build -o .tmp/bin/protoc-gen-connect-go ./cmd/protoc-gen-connect-go
rm -rf internal/gen
PATH="/Users/edward/src/github.com/connectrpc/connect-go/.tmp/bin" buf generate
license-header \
                --license-type apache \
                --copyright-holder "The Connect Authors" \
                --year-range "2021-2023" --ignore /testdata/
go build ./...
go test -vet=off -race -cover -json ./... | tparse
┌───────────────────────────────────────────────────────────────────────────────────────────┐
│  STATUS │ ELAPSED  │                PACKAGE                 │ COVER │ PASS │ FAIL │ SKIP  │
│─────────┼──────────┼────────────────────────────────────────┼───────┼──────┼──────┼───────│
│  PASS   │ (cached) │ connectrpc.com/connect                 │ 88.9% │ 670  │  0   │  0    │
│  PASS   │ (cached) │ connectrpc.com/connect/internal/assert │ 50.6% │  8   │  0   │  0    │
└───────────────────────────────────────────────────────────────────────────────────────────┘

@emcfarlane emcfarlane marked this pull request as ready for review October 13, 2023 10:20
@emcfarlane
Copy link
Contributor Author

Closing, no feedback!

@emcfarlane emcfarlane closed this Oct 25, 2023
@emcfarlane emcfarlane deleted the ed/tparse branch February 16, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant