-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/cover: empty profile #45285
Comments
For questions please refer to https://github.com/golang/go/wiki/Questions |
go1.13 is no longer supported-----> From when has this happened w.r.t. code pofile? |
Got one coverage file having binary data. There are 40 ish test patterns for unit tests and all of them are creating separate coverage profile file |
A bit of a long shot, but |
Sorry for the typo: Keeping |
Closing old issues that still have the WaitingForInfo label where enough details to investigate weren't provided. Feel free to leave a comment with more details and we can reopen. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I am generating respective coverage files for each
_test.go
file. However, I am getting an error while executing thegocovmerge
command from last few days. I first encountered it on 25 March, then on 26-27 March, it worked fine. But again from 28-29 March, I am facing the same issue again.Executed below command to generate merged coverage profile file
What did you expect to see?
Merged coverage profile file being generated without any error
What did you see instead?
Kindly assist in nailing down the issue.
The text was updated successfully, but these errors were encountered: