-
Notifications
You must be signed in to change notification settings - Fork 158
Make dataDir configurable #261
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
Comments
How/where will you create reports after the tests? Still in docker? |
A workaround for this PR is to create a directory with the same path what |
If I understand what dataDir is (the place where results of "sbt coverage test" are stored which will be needed for "sbt coverageReport") than I'm interested in this issue as well. It's very convenient to split generation of coverage data from generation of report based on that data. Having ability to explicitly configure intermediate storage for the data which have to be shared between those stage would greatly simplify things. |
This is now configurable in the more recent versions of sbt-scoverage. |
I'm trying to run my integration tests in docker the problem is that the
dataDir
is set up ascrossTarget.value
which is taken from my local machine. Will be a lot of easier if this will be default but I can override this value.The text was updated successfully, but these errors were encountered: