Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test resources are not found #4

Open
dmuchawiec opened this issue Nov 22, 2013 · 1 comment
Open

Test resources are not found #4

dmuchawiec opened this issue Nov 22, 2013 · 1 comment

Comments

@dmuchawiec
Copy link

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

@muymoo
Copy link

muymoo commented Dec 6, 2013

Likely related to: #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants