|
1 |
| -scalac-scoverage-plugin |
2 |
| -========== |
3 |
| - |
4 |
| -scoverage is a free Apache licensed code coverage tool for scala that offers statement and branch coverage. |
5 |
| -scoverage is available for sbt, maven, and gradle. |
| 1 | +# scalac-scoverage-plugin |
6 | 2 |
|
7 | 3 | 
|
8 |
| -[](http://www.apache.org/licenses/LICENSE-2.0.txt) |
| 4 | +[](https://gitter.im/scoverage/scoverage) |
9 | 5 | [](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.10%22)
|
10 | 6 | [](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.11%22)
|
11 |
| -[](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12%22) |
12 |
| -[](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13%22) |
| 7 | +[](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12.13%22) |
| 8 | +[](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13.5%22) |
| 9 | + |
| 10 | +[](http://www.apache.org/licenses/LICENSE-2.0.txt) |
13 | 11 |
|
14 |
| -Join the [scoverage](http://groups.google.com/group/scala-code-coverage-tool) |
15 |
| -google group for help, bug reports, feature requests, and general |
16 |
| -discussion on scoverage. |
| 12 | +scoverage is a free Apache licensed code coverage tool for Scala that offers |
| 13 | +statement and branch coverage. scoverage is available for |
| 14 | +[sbt](https://github.com/scoverage/sbt-scoverage), |
| 15 | +[Maven](https://github.com/scoverage/scoverage-maven-plugin), and |
| 16 | +[Gradle](https://github.com/scoverage/gradle-scoverage). |
17 | 17 |
|
18 |
| -To see scoverage in action check out the [samples](https://github.com/scoverage/scoverage-samples) project which shows you covered and non-covered statements, along with upload to coveralls. |
| 18 | +To see scoverage in action check out the |
| 19 | +[samples](https://github.com/scoverage/scoverage-samples) project which shows |
| 20 | +you covered and non-covered statements, along with an upload to coveralls. |
19 | 21 |
|
20 | 22 | 
|
21 | 23 |
|
|
0 commit comments