Coverage tests are broken
Originally by gropp on 2015-03-31 14:58:27 -0500
The coverage tests aren't seeing most of the source files. I'll look into the problem.
Originally by gropp on 2015-04-04 12:34:14 -0500
Something has changed in the build system, causing the filenames that gcov expects to not be present, and instead some ghastly lib_libmpi_la-xxx name, as in
lib_libmpi_la-attr_get.gcno
lib_libmpi_la-attr_get.lo
lib_libmpi_la-attr_get.o
Since the source file is not named lib_libmpi_la-attr_get.c, gcov won't find the data.
Is the some reason for this choice?
Originally by William Gropp [email protected] on 2015-09-14 20:15:20 -0500
In 16905e60a726d421d522c502f2d065d0ba88ee24: Fixes for coverage target.
Handles changes in the object file naming convention in both Makefile.am and getcoverage script. Refs #2252
Signed-off-by: Ken Raffenetti [email protected]
Need status update.
I assume the last comment means the issue was fixed. Certainly the coverage may not be ideal, but that's for another issue another time.