Skip to content

Commit d0aa258

Browse files
committed
Configured coverage
1 parent a847b64 commit d0aa258

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: scala
22
scala:
3-
- 2.12.4
3+
- 2.12.4
4+
script:
5+
- sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport coverageAggregate codacyCoverage

project/plugins.sbt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
44

55
// web plugins
66
addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.0")
7-
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.0")
7+
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.0")
8+
9+
resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/"
10+
11+
// coverage
12+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
13+
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")

0 commit comments

Comments
 (0)