[sbt] Add sbt-jacoco plugin for code coverage (#184)
This commit is contained in:
parent
911d8bc9e4
commit
3d4dc956d0
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")
|
|||
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.2.6")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
|
||||
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.2")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.1.0")
|
||||
|
|
Loading…
Reference in a new issue