I prefer the Cobertura plugin for lcov because it presents the results directly in each assembly report and does not copy the entire source code for each assembly. The information they present is very similar.
Unfortunately, it does not support gcov directly, but there is a Python script called gcovr that produces Cobertura compatible output for Jenkins. This article explains how to set it up.
You can also run both coverage tools for each assembly, since both of them use the same input from gcc.
Ryan phillips
source share