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

Hard coded scoverage dependencies and paths in library #31

Open
dleblanc opened this issue Jan 17, 2025 · 0 comments
Open

Hard coded scoverage dependencies and paths in library #31

dleblanc opened this issue Jan 17, 2025 · 0 comments

Comments

@dleblanc
Copy link

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.

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

No branches or pull requests

1 participant