resolvers += Resolver.url("scoverage-bintray", url("https://dl.bintray.com/sksamuel/sbt-plugins/"))(Resolver.ivyStylePatterns)
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.1")
build.properties has only 1 line for sbt.version
sbt.version=0.13.0
When I run the command - sbt coverage test, I get following error
[error] Not a valid command: coverage [error] Not a valid project ID: coverage [error] Expected ':' (if selecting a configuration) [error] Not a valid key: coverage (similar: homepage, package, compilerCache) [error] coverage [error] ^Could anyone please help me here? What else do I have to get the coverage Report?Where should I put - coverageEnabled := true ?Sunit
Thank you :)
--
Scoverage, Scala code coverage tool
Github : https://github.com/scoverage
Discussion : https://groups.google.com/group/scala-code-coverage-tool
---
You received this message because you are subscribed to the Google Groups "Scala code coverage tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-code-coverag...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
SBT, not SBR :)
2016-04-22 13:52 GMT+02:00 Andrew Sempebwa <alms...@gmail.com>:
Thank you :)
--
Scoverage, Scala code coverage tool
Github : https://github.com/scoverage
Discussion : https://groups.google.com/group/scala-code-coverage-tool
---
You received this message because you are subscribed to the Google Groups "Scala code coverage tool" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-code-coverage-tool+unsub...@googlegroups.com.