Menu

#54 Improvement in Test Coverage

open
nobody
None
5
2008-04-23
2008-04-23
Anonymous
No

I have been asked to display improvements in test coverage between multiple test runs (with the same source code base). The reports are to be tweaked to display previous line coverage,line coverage in the current run and the percentage improvement for each class/package.

This can be done easily using old cobertura.ser file and tweaking the report generation process.

Could you please let me know if i have to get approvals from Sourceforge in order to tweak the Cobertura report generation process (and Cobertura-Maven plug-in) to show code coverage improvements between test runs.
Immediate response is highly appreciated.

Discussion

  • KIRAN KUMAR KSHIRASAGAR

    Logged In: YES
    user_id=2070782
    Originator: NO

    This is submitted by me. Please let me know the response asap. Thanks in advance !

     
  • John Lewis

    John Lewis - 2008-04-23

    Logged In: YES
    user_id=1031161
    Originator: NO

    As long as the tweaked code keeps the same license, no approvals are necessary. That is the whole point of using open source code.

    I encourage you to submit a patch with the changes. Maybe we will add it in. It sounds like an interesting feature.

     
  • KIRAN KUMAR KSHIRASAGAR

    Logged In: YES
    user_id=2070782
    Originator: NO

    Thanks a lot !! I will try uploading the source code changes. Please let me know if it is useful.