mweibel / lcov-result-merger

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

Bugfix/lcov input file ordering #52

Closed mdeanjones closed 1 year ago

mdeanjones commented 1 year ago

Provide a guarantee of consistent merged output by sorting against the filenames of each source before merging into a final result.

This is a forth solution to the ones outlined in https://github.com/mweibel/lcov-result-merger/issues/51#issuecomment-1322553643

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 100.0% when pulling e6863835d4eb76f1226195d74b2a205a43740fc5 on mdeanjones:bugfix/lcov-input-file-ordering into 724dd621ff4493a988dcf0e963003c1b8e307083 on mweibel:master.