mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.15k stars 148 forks source link

Trim whitespace in gcov version number candidates #1179

Open feo-elektronik-may opened 3 months ago

feo-elektronik-may commented 3 months ago

This fixes version number parsing for platforms where \r\n is used to terminate lines.

Fixes #919.

feo-elektronik-may commented 2 months ago

@marco-c any chance you could take a look at this? It's a very small change but without this it's not possible to use this tool on Windows with mingw.