[Avatar] 2011-12-27 09:59:44 PST Hi All,
I am trying to use Jacoco for the integration test coverage, and our integration tests are written with Cuke4Duke + JRuby step definitions. When we try to use Jacoco-maven-plugin with the cuke4duke integration tests we dont see any coverage reported from Jacoco.
Do we have any limitations of Jacoco working with Cuke4Duke + JRuby step definitions?
- There is no coverage reported in Jacoco report.
- When we run mvn sonar:sonar we get the following warning. [INFO] [22:51:04.237] Sensor JaCoCoItSensor... [INFO] [22:51:04.238] Analysing /home/venki/Projects/charging/trunk/integration-tests/target/coverage-reports/jacoco-it.exec [WARN] [22:51:04.240] Coverage information was not collected. Perhaps you forget to include debug information into compiled classes?
Thanks Venki