We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying to run a test, I'm seeing the following error:
[info] SomeTest: [info] - someTestMethod ... *** FAILED *** [info] java.io.FileNotFoundException: /home/gon/projects/Personal/slick-repo/target/scala-2.13/scoverage-data/scoverage.measurements.27 (No such file or directory)
When I examine the contents of the delivered 1.8.1 slick-repo jar I see the path "/home/gon/projects/Personal" included in the jar files:
> strings repository/BaseRepository.class | grep Personal G/home/gon/projects/Personal/slick-repo/target/scala-2.13/scoverage-data
I think the delivered production files shouldn't have code coverage instrumentation in them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While trying to run a test, I'm seeing the following error:
When I examine the contents of the delivered 1.8.1 slick-repo jar I see the path "/home/gon/projects/Personal" included in the jar files:
I think the delivered production files shouldn't have code coverage instrumentation in them.
The text was updated successfully, but these errors were encountered: