This is the documentation for Clover 3.3. View this page for the

Unknown macro: {spacejump}

of Clover, or visit the latest Clover documentation.

Changes in Clover-for-Grails 3.1.11

March 25, 2013

This is a bug fix release which addresses issues found in earlier versions of Clover-for-Grails.

Improvements

1) It is possible to choose among three Clover's coverage recorder types:

  • FIXED - standard recorder with a fixed-size array for hit counts, which requires a presence of clover.db at runtime
  • GROWABLE - recorder with a dynamically resizeable array for hit counts, does not need clover.db at runtime
  • SHARED - recorder designed for large Grails applications

More details: Coverage Recorders.

Example how to use SHARED recorder with Grails can be found here.

JIRA Issue list

T Key Summary P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

  • No labels