You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using sbt-scoverage 1.5.1 to check my builds on Gitlab CI. Randomly, I get the following error:
com.google.inject.CreationException: Unable to create injector, see the following errors:
[info]
[info] 1) Error injecting constructor, java.io.FileNotFoundException: /builds/mediaboss/scala-workflow/target/scala-2.12/scoverage-data/scoverage.measurements.9 (No such file or directory)
which breaks the build. The project uses Play 2 (2.6.20) and sbt 1.1.0.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using sbt-scoverage 1.5.1 to check my builds on Gitlab CI. Randomly, I get the following error:
which breaks the build. The project uses Play 2 (2.6.20) and sbt 1.1.0.
The text was updated successfully, but these errors were encountered: