Skip to content

Commit d930ddc

Browse files
committed
install sbt-scoverage plugin (cequence-io#24)
1 parent e9c8d71 commit d930ddc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

project/plugins.sbt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
logLevel := Level.Warn
22

33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
4-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
4+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
5+
6+
// Test Coverage plugin.
7+
// ~
8+
// sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library.
9+
// See more: https://github.com/scoverage/sbt-scoverage
10+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")

0 commit comments

Comments
 (0)