Joachim Hofer
Joachim Hofer
I'd love to have that, too. It would be useful for libgdx-based development, for example.
@magicgoose Thanks! - I haven't really tried Android development with IDEA yet, but will most probably do so on my next project.
Please try out jacoco4sbt 2.1.4 with Play 2.2.x. I think this should be fixed now.
Forked tests should work as of version 2.1.4 of the plugin. At least my own tests say so. - Could you please verify?
A sample for a working project configuration with forked tests can be found in the test resources here: https://github.com/sbt/jacoco4sbt/tree/master/src/test/resources/jacocoTestForked - maybe this helps? - Otherwise, could someone with the problem...
Sorry, I don't understand what you mean by this. Could you please elaborate or point me to some sample project?
There's already a merge action in the code (for merging integration testing with unit testing), so this should hopefully be easily generalizable.
I haven't yet had a look at how exactly sbt's project aggregation works internally, so I don't know how hard it would be to "redirect" all the subproject classpaths to...
Thanks. - Doesn't look too bad, actually. Some copy/paste that could be removed. What's left then looks like good inspiration. :)
Currently not really, no. - Though it should be relatively straightforward to add this, I hope. I'll look into it when I get the time.