We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d0f10 commit b35ee05Copy full SHA for b35ee05
readme.md
@@ -1,17 +1,19 @@
1
# jacoco4sbt - Code Coverage via JaCoCo from within SBT
2
3
-This is an **[sbt](https://github.com/harrah/xsbt)** plugin for code coverage analysis via **JaCoCo**.
+This is an **[sbt](http://scala-sbt.org/)** plugin for code coverage analysis via **JaCoCo**.
4
5
-See the [Wiki](https://bitbucket.org/jmhofer/jacoco4sbt/wiki/) for details.
+See the **[Wiki](https://bitbucket.org/jmhofer/jacoco4sbt/wiki/)** for details.
6
7
## Change Log
8
9
* *2.0.0* (contributed by Joost)
10
+
11
* Integration testing
12
* (Optional) merging coverage of unit and integration tests
13
* `clean` key for cleaning the JaCoCo output directory selectively
14
15
* *1.2.2* (contributed by Andreas)
16
17
* Includes and excludes
18
19
## Contributors
0 commit comments