Hi,

As many of you know, clang now outputs coverage information using the LLVM 
format described here:
    http://llvm.org/docs/CoverageMappingFormat.html 
<http://llvm.org/docs/CoverageMappingFormat.html> 

Notably, Xcode 7.3 and later uses this format for its code coverage 
functionality.

Currently CMake/CTest looks for the following types of files:
     Cannot find any GCov coverage files.
     Not a valid Intel Coverage command.
     Cannot find any Python Trace.py coverage files.
     Cannot find Cobertura XML file: .../coverage.xml
     Cannot find GTM coverage file: .../gtm_coverage.mcov
     Cannot find Cache coverage file: .../cache_coverage.cmcov
     Cannot find Jacoco coverage files: .../*jacoco.xml
     Cannot find BlanketJS coverage files: .../*.json
     Cannot find any coverage files. Ignoring Coverage request.
     Cannot find Delphi coverage files: .../*(*.pas).html

The .profdata format for LLVM coverage data does not seem to be supported yet.

Are there any plans in this direction?

Also is anyone aware of a way to get this coverage data displayed on the CDash 
dashboard, maybe by converting it to another format?

sincerely,
Alex Ciobanu


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to