Re: [CMake] Python coverage submission to CDash via UsePythonTest.cmake

2008-11-03 Thread Mathieu Malaterre
On Fri, Oct 31, 2008 at 4:37 AM, Nicholas Yue [EMAIL PROTECTED] wrote:
 Mathieu Malaterre wrote:

 I used info from:

 http://www.vtk.org/Wiki/CTest:Coverage#Python_Trace.py_Coverage_In_CTest

 As mentionned on the 'Note' section, the coverage is not compatible
 with a gcov type coverage, and is slighlty biased.

 -M


 What about if I write a parser which converts the output from coverage.py to
 the required format of Coverage.xml and CoverageLog-*.xml?

 If I can do that, how do I submit those information to the dashboard?

 Regards


uh ? I am not sure I understand the question.

Are you sure you have the 'CTEST_COVERAGE' statement in your ctest script ?

-- 
Mathieu
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Python coverage submission to CDash via UsePythonTest.cmake

2008-10-30 Thread Mathieu Malaterre
Hi Nicholas,

On Thu, Oct 30, 2008 at 6:47 AM, Nicholas Yue [EMAIL PROTECTED] wrote:
 Hi,

   Is there a way to submit python coverage information via the
 UsePythonTest.cmake scripts?

Not sure a *lot* of people actually use that :)

   I would like to find out how it can be done.

   My coverage information are generated via the coverage.py from

  http://nedbatchelder.com/code/modules/coverage.html


I used info from:

http://www.vtk.org/Wiki/CTest:Coverage#Python_Trace.py_Coverage_In_CTest

As mentionned on the 'Note' section, the coverage is not compatible
with a gcov type coverage, and is slighlty biased.

-M
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


[CMake] Python coverage submission to CDash via UsePythonTest.cmake

2008-10-29 Thread Nicholas Yue

Hi,

   Is there a way to submit python coverage information via the 
UsePythonTest.cmake scripts?


   I would like to find out how it can be done.

   My coverage information are generated via the coverage.py from

  http://nedbatchelder.com/code/modules/coverage.html

Regards

___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake