commit | 4eab0bbbbb6d4e740b811418163adb9a9034fa1a | [log] [tgz] |
---|---|---|
author | Eric Anderson <ejona@google.com> | Wed Aug 10 17:43:43 2011 -0700 |
committer | Eric Anderson <ejona@google.com> | Wed Aug 10 17:43:43 2011 -0700 |
tree | 124078934fd44b1e4e43f2f359fe1e81424e5a62 | |
parent | db7e113455bd21ab92856c2dfdf5e5e0438cb00f [diff] |
Add Cobertura code coverage reporting There are three new ant tasks: instrument, clean-instrument, and coverage-report. You need to use clean-instrument or clean to get back to a non-instrumenting state. To use the reporting, you need to get Cobertura and place it at ../cobertura relative to your plexi checkout.