mweibel / lcov-result-merger

Merges multiple lcov results into one
MIT License
102 stars 22 forks source link

Coverage data lost when combining #45

Closed mlewand closed 4 years ago

mlewand commented 4 years ago

Thanks for sharing the lib. Before incorporating I wanted to give it a simple try to ensure that everything works fine.

Here either I'm missing something, or the results are corrupted during the merge. Repro steps are simple, just exec couple of commands:

Expected

The two files should be equal (diff should not print any output).

Actual

Files are different.

Other information

Based on path you can see that it has been executed on Windows (10) os.

mweibel commented 4 years ago

thanks for the repro case. The reason for this issue is #14. PRs welcome :) Gonna close this issue therefore.