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

Can you please create a new release with scoverage disabled #391

Closed
smashtup opened this issue Aug 1, 2017 · 3 comments
Closed

Can you please create a new release with scoverage disabled #391

smashtup opened this issue Aug 1, 2017 · 3 comments

Comments

@smashtup
Copy link

smashtup commented Aug 1, 2017

Latest release has: "coverageEnabled := true"

I suspect this is causing something to be left behind in the latest release as I'm getting the following error when trying to use the client library:

Caused by: java.io.FileNotFoundException: /Users/rcschermesser/Projects/algoliasearch-client-scala/target/scala-2.11/scoverage-data/scoverage.measurements.147 (No such file or directory)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at java.io.FileWriter.(FileWriter.java:107)
at scoverage.Invoker$$anonfun$1.apply(Invoker.scala:42)
at scoverage.Invoker$$anonfun$1.apply(Invoker.scala:42)
at scala.collection.concurrent.TrieMap.getOrElseUpdate(TrieMap.scala:901)
at scoverage.Invoker$.invoked(Invoker.scala:42)
at algolia.AlgoliaClientConfiguration$.(AlgoliaClientConfiguration.scala:37)
at algolia.AlgoliaClientConfiguration$.(AlgoliaClientConfiguration.scala)

@ElPicador
Copy link

Thanks for the report.
I've also discovered it yesterday.

I'll release a 1.23.1 ASAP

@ElPicador
Copy link

Version 1.23.2 released with the fix!

@smashtup
Copy link
Author

smashtup commented Aug 2, 2017

Cheers. Thanks for the quick turnaround

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

2 participants