Commit 2c88fcf4 authored by Caroline Chao's avatar Caroline Chao Committed by Qt by Nokia
Browse files

CodeCoverage: Report untested source files in html report.


Add a new step in xml2html_testcocoon.pl script.

A new html report will be created including every sources files (.c and .cpp)
found in the include path but not found in the coverage analysis. Files found
under the exclude paths and generated files moc_*.cpp and qrc_*.cpp
will not be part of that report.

This will help identify the files that are not tested in the current
configuration because they are not compiled. For example because a feature is
not enabled or because some files are only compiled on a specific platform.

Add autotests for xml2html_testcocoon.pl.

Task: QTQAINFRA-8

Change-Id: I01c9a89e234607135b5f72d40d30c2e54dd80f7d
Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
parent 0a4e207d
Branches
Tags
No related merge requests found
Showing with 709 additions and 13 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment