[GRADLE-738] cobertura report not executed on test failure Created: 11/Nov/09 Updated: 25/Nov/13 Resolved: 25/Nov/13 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | 0.8 |
| Fix Version/s: | 1.7-rc-1 |
| Type: | Improvement | ||
| Reporter: | Tomek Kaczanowski | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 1 |
| Description |
|
based on this email discussion: http://old.nabble.com/compile-property-and-OutOfMemory-problem-td26156670.html (see 3rd post) and cookbook Cobertura recipe http://docs.codehaus.org/display/GRADLE/Cookbook#Cookbook-usingCobertura cobertura report is not created if tests fail (because test.doLast is not executed) |
| Comments |
| Comment by Adam Murdoch [ 25/Nov/13 ] |
|
You can use a finalizer task now to solve this problem. |