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
Same here. I tried with sbt-jacoco versions: 3.0.2, 3.1.0 and 3.2.0
I am trying to run sbt-jacoco on a play java application
sbt version: 0.13.8
play version: 2.4.11
scala version: 2.11.6
If I remove "jacoco.settings" from build.sbt and execute "sbt jacoco", it runs, generates the exec file, but not the report. I can generate the report based on the exec file using cli. Is there a separate command to generate the report?
I want to setup Jacoco4sbt for my scala project. I followed the setup instruction mentioned here https://github.com/sbt/jacoco4sbt.
when I ran "sbt jacoco:cover" it throws the following error
build.sbt:8: error: not found: value jacoco
jacoco.settings
^
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
My sbt version = 0.13
scala version = 2.10.4
The text was updated successfully, but these errors were encountered: