Symptoms
Generation of a Clover report fails with a message like:
[clover-report] Processed 0 recording files in 12ms (- per recording) [clover-report] Processed 0 per-test recording files in 0ms (- per recording) [clover-report] No coverage recordings found. No report will be generated.
In case coverage recording files are present next to the Clover database:
In case when there are no coverage recording files:
- Clover could not initialize due to missing clover.jar on a class path - see NoClassDefFoundError com_atlassian_clover/CoverageRecorder
- Clover could not initialize due to missing clover.db database - see Using Clover in various environment configurations