We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c8d71 commit d930ddcCopy full SHA for d930ddc
project/plugins.sbt
@@ -1,4 +1,10 @@
1
logLevel := Level.Warn
2
3
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15")
4
-addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
+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