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

Combining the coverprofiles to one file should remove the mode (mode: xxx) line #518

Closed
27149chen opened this issue Sep 4, 2018 · 1 comment · Fixed by #552
Closed

Comments

@27149chen
Copy link

When combining the coverprofiles to one file, ginkgo should remove the mode (mode: xxx) line, it is the first line in every single profile. Otherwise, running "go tool cover -html=" will report "cover: line [] doesn't match expected format: ^(.+):([0-9]+).([0-9]+),([0-9]+).([0-9]+) ([0-9]+) ([0-9]+)$"

Using ginkgo 1.6

@williammartin
Copy link
Collaborator

Hi. Would welcome a PR to fix this if you are up for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants