Skip to content

Commit 615eea2

Browse files
committed
chore(build): add JaCoCo plugin
1 parent 4ff3a80 commit 615eea2

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.idea/modules/Prolog-as-ScalaDSL-build.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/Prolog-as-ScalaDSL.iml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
22
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
33
addSbtPlugin("com.github.sbt" % "sbt-cpd" % "2.0.0")
44
addSbtPlugin("com.waioeka.sbt" % "cucumber-plugin" % "0.3.1")
5+
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.0.3")

0 commit comments

Comments
 (0)