Skip to content

Instantly share code, notes, and snippets.

@jmhofer
Created April 6, 2012 08:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jmhofer/2318271 to your computer and use it in GitHub Desktop.
Save jmhofer/2318271 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"
name := "my-project"
scalaVersion := "2.9.1"
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