@@ -3,7 +3,6 @@ scalac-scoverage-plugin
3
3
4
4
scoverage is a free Apache licensed code coverage tool for scala that offers statement and branch coverage.
5
5
scoverage is available for both maven and sbt.
6
- scoverage was originally based on SCCT.
7
6
8
7
[ ![ Build Status] ( https://travis-ci.org/scoverage/scalac-scoverage-plugin.svg?branch=master )] ( https://travis-ci.org/scoverage/scalac-scoverage-plugin )
9
8
@@ -26,7 +25,7 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/
26
25
* Fixes for empty package names (<empty >)
27
26
* Fixed location issue in anon classes
28
27
* Enhanced support for constructors
29
- * Changed code grid to use < pre > instead of < table >
28
+ * Changed code grid to use pre instead of table
30
29
* Fixed errors with Javascript in Play projects.
31
30
* Re-wrote the SBT plugin completely, no longer uses custom config
32
31
@@ -148,6 +147,7 @@ project you will need to use one of the build plugins:
148
147
149
148
* [ maven-scoverage-plugin] ( https://github.com/scoverage/maven-scoverage-plugin )
150
149
* [ sbt-scoverage] ( https://github.com/scoverage/sbt-scoverage )
150
+ * [ gradle-scoverage] ( https://github.com/scoverage/gradle-scoverage )
151
151
* [ sbt-coveralls] ( https://github.com/scoverage/sbt-coveralls )
152
152
153
153
If you want to write a tool that uses this code coverage library then it is available on maven central.
@@ -173,18 +173,13 @@ You can also mark sections of code with comments like:
173
173
174
174
Any code between two such comments will not be instrumented or included in the coverage report.
175
175
176
- ### Alternatives
177
-
178
- There are still only a few code coverage tools for Scala. Here are two that we know of:
179
-
180
- * [ SCCT] ( http://mtkopone.github.io/scct/ ) - Offers line coverage
181
- * [ Jacoco4sbt] ( https://github.com/sbt/jacoco4sbt ) - Instruments bytecode
176
+ Further details are given in the plugin readme's.
182
177
183
178
## License
184
179
```
185
180
This software is licensed under the Apache 2 license, quoted below.
186
181
187
- Copyright 2013 Stephen Samuel
182
+ Copyright 2013-2014 Stephen Samuel
188
183
189
184
Licensed under the Apache License, Version 2.0 (the "License"); you may not
190
185
use this file except in compliance with the License. You may obtain a copy of
0 commit comments