Skip to content

Commit 5f16352

Browse files
committed
Update README.md
1 parent ed1b500 commit 5f16352

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ scalac-scoverage-plugin
33

44
scoverage is a free Apache licensed code coverage tool for scala that offers statement and branch coverage.
55
scoverage is available for both maven and sbt.
6-
scoverage was originally based on SCCT.
76

87
[![Build Status](https://travis-ci.org/scoverage/scalac-scoverage-plugin.svg?branch=master)](https://travis-ci.org/scoverage/scalac-scoverage-plugin)
98

@@ -26,7 +25,7 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/
2625
* Fixes for empty package names (<empty>)
2726
* Fixed location issue in anon classes
2827
* Enhanced support for constructors
29-
* Changed code grid to use <pre> instead of <table>
28+
* Changed code grid to use pre instead of table
3029
* Fixed errors with Javascript in Play projects.
3130
* Re-wrote the SBT plugin completely, no longer uses custom config
3231

@@ -148,6 +147,7 @@ project you will need to use one of the build plugins:
148147

149148
* [maven-scoverage-plugin](https://github.com/scoverage/maven-scoverage-plugin)
150149
* [sbt-scoverage](https://github.com/scoverage/sbt-scoverage)
150+
* [gradle-scoverage](https://github.com/scoverage/gradle-scoverage)
151151
* [sbt-coveralls](https://github.com/scoverage/sbt-coveralls)
152152

153153
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:
173173

174174
Any code between two such comments will not be instrumented or included in the coverage report.
175175

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.
182177

183178
## License
184179
```
185180
This software is licensed under the Apache 2 license, quoted below.
186181
187-
Copyright 2013 Stephen Samuel
182+
Copyright 2013-2014 Stephen Samuel
188183
189184
Licensed under the Apache License, Version 2.0 (the "License"); you may not
190185
use this file except in compliance with the License. You may obtain a copy of

0 commit comments

Comments
 (0)