Skip to content

Instantly share code, notes, and snippets.

@asflierl
Forked from jmhofer/build.sbt
Created April 15, 2012 10:18
Show Gist options
  • Save asflierl/2391734 to your computer and use it in GitHub Desktop.
Save asflierl/2391734 to your computer and use it in GitHub Desktop.
sbt build file with sample jacoco4sbt configuration
import de.johoop.jacoco4sbt._
import JacocoPlugin._
organization := "my.organization"
scalaVersion := "2.9.1"
name := "my-project"
seq(jacoco.settings : _*)
jacoco.reportFormats in jacoco.Config := Seq(XMLReport("utf-8"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment