Skip to content

Commit

Permalink
LIHADOOP-20476: Generating code coverage report in xml format too. Th…
Browse files Browse the repository at this point in the history
…is will be consumed by the product dashboard. (linkedin#65)
  • Loading branch information
rajagopr authored and akshayrai committed Jun 1, 2016
1 parent a108ab9 commit 3266c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jacoco.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ parallelExecution in jacoco.Config := false

jacoco.outputDirectory in jacoco.Config := file("target/jacoco")

jacoco.reportFormats in jacoco.Config := Seq(HTMLReport("utf-8"))
jacoco.reportFormats in jacoco.Config := Seq(XMLReport(encoding = "utf-8"), HTMLReport("utf-8"))

jacoco.excludes in jacoco.Config := Seq("views*", "*Routes*", "controllers*routes*", "controllers*Reverse*", "controllers*javascript*", "controller*ref*")

0 comments on commit 3266c03

Please sign in to comment.