Paul Campbell
777bc970d7
* [sbt] Enable Jacoco XML reports * [travis] Add coverage step with codacy * [sbt] Replace jacoco with scoverage Jacoco doesn't appear to support scala code properly, only counting some lines of a method.
5 lines
310 B
Scala
5 lines
310 B
Scala
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")
|
|
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.1")
|
|
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
|
|
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.2")
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
|