sbt-jacoco
sbt-jacoco copied to clipboard
Test resources are not found
In my java (with play 2.2.0) project I tried to jacoco4sbt 2.1.2. There are tests which needs some resources obtained in such way:
SomeTest.class.getResource("").getPath();
It works properly with play test, but fails with play jacoco:coverage. In the second case path points to target/scala-2.10/jacoco/classes instead of target/scala-2.10/test-classes
Likely related to: https://github.com/sbt/jacoco4sbt/issues/3