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

Bug: Exit status 1 when generating Test Report for Subpackages #49

Open
Dan6erbond opened this issue Aug 3, 2022 · 0 comments
Open

Comments

@Dan6erbond
Copy link

Issue

Running go test -json | go-test-report works as expected; but running go test ./... -json | go-test-report -v does not.

Output

Using the -v flag for verbose output, I only see the test output. go-test-report does not generate any logs, which makes debugging incredibly complicated.

Since go test ./... is very common with modules that have subpackages, I think this is a must-have feature, and I'm unsure what's causing the failure. It may be due to an unexpected output; but since logging is non-existent, I can't debug this.

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

No branches or pull requests

1 participant