Skip to content

Scan trace lines from bottom up for parsing coverage

username-removed-423915 requested to merge stream-reverse-line into master

What does this MR do?

Scan trace lines from bottom up for parsing coverage

So that it stops at the last coverage pattern, instead of the first, and we still not reading the whole trace if possible.

An alternative to !11128 (merged)

Are there points in the code the reviewer needs to double check?

This is probably still a bit complicated.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #31556 (closed)

Merge request reports