From: SourceForge.net <no...@so...> - 2008-02-02 16:49:05
|
Feature Requests item #1885285, was opened at 2008-02-02 11:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=1885285&group_id=130558 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jim Sellers (jimsellers) Assigned to: Nobody/Anonymous (nobody) Summary: store uncalculated rates in report xml Initial Comment: To be able to easily use the generated coverage xml file it would be great to have the "raw" values and not just the calculated rates. This should only be a small change to the xml and it would allow other systems to leverage cobertura much better. Example how it's now: <coverage line-rate="0.34824640287769787" branch-rate="0.2467021522795649" version="1.9" timestamp="1181783168140"> ... How I think that it would be useful: <coverage line-rate="0.34824640287769787" loc="123" coveredloc="23" branch-rate="0.2467021522795649" branches="42" coveredBranchs="13" version="2.0" timestamp="1181783168140"> Similar requests have been made on the mailing list: http://www.nabble.com/XML-report-format-changes-proposal-td14412972.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=1885285&group_id=130558 |