Hi Peter, It seems the selenium plugin I'm using is causing that issue. I use it to start a selenium server in on integration.setup and stop it on integration.teardown.
I don't have a clue why this is happening though. The plugin source is at https://github.com/testinfected/simple-petstore/blob/master/tasks/selenium.rakeif you want to have a look. I basically copied and adapted the jetty plugin -- Vincent 2014-05-03 6:45 GMT+02:00 Peter Donald <[email protected]>: > Hi, > > On Tue, Apr 29, 2014 at 7:17 AM, Vincent Tence <[email protected]> > wrote: > > When I run: > > > > buildr clean test integration jacoco:report > > > > I get .cov files in each sub project but no html report whatsoever, > neither in sub-projects nor in the top-level project > > I can't reproduce this behaviour. If you have a look at the > minimalistic project at [1], check it out and run "buildr clean test > integration jacoco:report" it will produce the report for me. Is there > anything different between this and your project? > > [1] https://github.com/realityforge-experiments/buildr-jacoco > > -- > Cheers, > > Peter Donald >
