Description
Coverage reports from GCC gcov data can be collected and turned into readable summaries. It is useful for developers who need to see which lines and branches their tests exercise.
Coverage tools read build artifacts and generate report files. Keep generated reports out of releases when they contain source paths, private filenames, or internal test details.