Skip to content

Provide object directory to GCOV

Jakub Sujak requested to merge fix/gcov into main

GCOV is incorrectly guessing the object directory when the project is built on runner A and executed on runner B. Fix this issue by overriding the search path for objects.

Signed-off-by: Jakub Sujak jakub.sujak@arm.com

Merge request reports