-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix windows build #25
Conversation
It happens because windows line feeds are CRLF
|
Thank you @phanirithvij, this looks amazing! I will take a deeper look as soon as I can, but for now can you elaborate on why do we need separate golden files for windows builds? Are their terminal sequences different or something like that? I'll properly review it a little later. Thanks! |
internal/gocovshtest/testdata/errors/error_flows_missing_coverage_file_windows.golden
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you again for taking care of this bug.
Everything looks great, but I think that one of the added files is redundant. Correct me if I'm wrong. I'll wait for your answer before releasing a new version.
internal/gocovshtest/testdata/errors/error_flows_invalid_coverage_file_windows.golden
Outdated
Show resolved
Hide resolved
Thank you for fixing this! |
closes #24