From: John W. L. <Joh...@sa...> - 2011-03-15 18:02:21
|
The format of the ser file will change shortly, and it may change at any time, so I would not inspect it. Instead, I would have <cobertura-report> generate an XML file. Get your information from it. The only way to find the lines covered in a given unit test is to run each test and generate a separate XML file for each test run. I don't know of a tool that does what you are talking about. John From: Bob Paige [mailto:bob...@gm...] Sent: Tuesday, March 15, 2011 1:15 PM To: cob...@li... Subject: [Cobertura-devel] relating recent CVS changes to code coverage What is the format of the cobertura.ser file? Is there some way I could relate the lines covered in a given unit test run to changes recently checked-in to CVS? I imagine having the .ser file data and a recent .diff file from CVS I could make the correlation myself, but if there is already a tool out there, all the better. -- Bobman |