Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This recipe is easiest way to I know to generate test coverage reports for a sakai project:

  1. Download the sakai developer license for clover (see attached)
  2. Write unit tests and configure maven to run these tests and/or test suites (see the maven test documentation for help setting up unit tests in maven)
  3. maven -Dmaven.clover.license.path=<path to clover.license> clover
  4. The test coverage reports are generated in target/docs/clover

Here is a sample clover report.

  • No labels