Skip to content

Commit

Permalink
Updated coverage parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Reigada authored and rtfpessoa committed May 29, 2018
1 parent 67fc001 commit 6ee198f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

lazy val codacyScalaApi = "com.codacy" %% "codacy-api-scala" % "3.0.7"
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.7"
lazy val coverageParser = "com.codacy" %% "coverage-parser" % "2.0.9"
lazy val caseApp = "com.github.alexarchambault" %% "case-app" % "1.2.0"
lazy val raptureJsonPlay = "com.propensive" %% "rapture-json-play" % "2.0.0-M8"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ConfigurationRulesTest extends FlatSpec with Matchers {
case config: ReportConfig =>
val result = components.reportRules.coverageWithTokenAndCommit(config)

result should be(Left("no parser for Scala"))
result should be(Left("could not parse report, unrecognized report format (tried: Cobertura, Jacoco)"))
}
}

Expand Down

0 comments on commit 6ee198f

Please sign in to comment.