Skip to content

Execute update-alternatives for GCOV

Christoph Conrads requested to merge (removed):opensuse-use-gcov9 into master

Without the update, only the gcov executable from GCC 7 is available which cannot read coverage data generated from code compiled by the (default) GCC 9. The associated error message looks similar to the one below:

main.cpp.gcno:version 'A93*', prefer 'A75*'

This commit was made during the CASA-JuRSE hackathon with support from Sebastian Achilles.

Edited by Christoph Conrads

Merge request reports

Loading