Skip to content

Commit 6ee198f

Browse files
Daniel Reigadartfpessoa
Daniel Reigada
authored andcommitted
Updated coverage parser
1 parent 67fc001 commit 6ee198f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44

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

src/test/scala/com/codacy/rules/ConfigurationRulesTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ConfigurationRulesTest extends FlatSpec with Matchers {
3434
case config: ReportConfig =>
3535
val result = components.reportRules.coverageWithTokenAndCommit(config)
3636

37-
result should be(Left("no parser for Scala"))
37+
result should be(Left("could not parse report, unrecognized report format (tried: Cobertura, Jacoco)"))
3838
}
3939
}
4040

0 commit comments

Comments
 (0)