Matt Momont

Results 4 comments of Matt Momont

I was having the same issue (stalled for 5 minutes). I was using 1.4.1. Updated to 1.5.0 and set the browserVersion to CHROME. Now it runs in 21s. :) Thanks!...

Likely related to: https://github.com/sbt/jacoco4sbt/issues/3

I can verify that I also have this issue. I'm using: ``` testGrouping in jacoco.Config := { val original: Seq[Tests.Group] = (testGrouping in jacoco.Config).value original.map { group => val forkOptions...

The workaround I use right now is an ant script: http://stackoverflow.com/questions/18737433/how-to-combine-jacoco-reports-from-multiple-sub-projects Something like: ``` xml ``` Definitely not the best solution, but it works well enough. I would love to...