You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: