Skip to content

Commit

Permalink
Add codacy coverage plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
megazord committed Mar 10, 2015
1 parent 9bd1119 commit 91b834d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.7")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")

addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.0.3")

0 comments on commit 91b834d

Please sign in to comment.