You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: