Issue Details (XML | Word | Printable)

Key: GROOVY-1935
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Paul King
Reporter: Russel Winder
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

Continuous integration should test with CObertura coverage on

Created: 10/Jun/07 01:13 AM   Updated: 17/Jun/07 04:59 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1-beta-2

Time Tracking:
Not Specified


 Description  « Hide
The reports from build-support@canoo.com indicate that the build runs take 10-15 mins which must mean Cobertura coverage checks are not switched on. build.xml needs changing in order to switch coverage testing on for continuous integration.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Paul King added a comment - 16/Jun/07 05:50 PM
Made skip the default, enable using -DforceCoverage=true, made cruise target set this property

Russel Winder added a comment - 17/Jun/07 04:59 AM
Thanks for doing this reversal of the Cobertura checks.