[GRADLE-3105] JacocoTestReport not working in 2.0-rc-1 Created: 17/Jun/14 Updated: 17/Jun/14 Resolved: 17/Jun/14 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 2.0-rc-2 |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
I have switched to gradle 2.0-rc-1 and my jacocoTestReport stopped working. Report is generated, but no session data is present and thus coverage is 0 for all classes. Exactly the same build.gradle works for gradle 1.12. |
Comments |
Comment by Gradle Forums [ 17/Jun/14 ] |
Can you provide more details (ideally a self-contained reproducible example)? |
Comment by Gradle Forums [ 17/Jun/14 ] |
I have the same problem; |