This is an sbt and Typesafe Activator plugin for code coverage analysis via JaCoCo.
Install the plugin by adding the following to project/plugins.sbt
:
addSbtPlugin("de.johoop" % "jacoco4sbt" % "2.1.6")
and then in build.sbt
:
jacoco.settings
Execute the plugin with sbt jacoco:cover
.
See Wiki for more details.
-
2.1.6
-
2.1.5
-
2.1.4
-
2.1.3
- Fixed #3 (working directory in JaCoCo configuration)
- Updated to latest JaCoCo version 0.6.4
-
2.1.2
- Added a Scala-specific report format (contributed by Jason)
-
2.1.1
- Updated for sbt 0.13.0 (final)
-
2.1.0
- Updated to work with sbt 0.13.x (contributed by Patrick)
- Updated to latest JaCoCo version 0.6.3
-
2.0.0 (contributed by Joost)
- Integration testing
- (Optional) merging coverage of unit and integration tests
clean
key for cleaning the JaCoCo output directory selectively
-
1.2.2 (contributed by Andreas)
- Includes and excludes
Many thanks to Alexey Pismenskiy, Andreas Flierl, Jacek Laskowski, Jason Zaugg, Joost den Boer, Michael Schleichardt and Patrick Mahoney for their awesome contributions!
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html