Skip to content

Commit 4fc7c48

Browse files
authored
Update shields (#317)
1 parent e38728e commit 4fc7c48

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
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
62

73
![build](https://github.com/scoverage/scalac-scoverage-plugin/workflows/build/badge.svg)
8-
[![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
4+
[![Gitter](https://img.shields.io/gitter/room/scoverage/scoverage.svg)](https://gitter.im/scoverage/scoverage)
95
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.10.svg?label=latest%20release%20for%202.10)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.10%22)
106
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.11.svg?label=latest%20release%20for%202.11)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.11%22)
11-
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.12.svg?label=latest%20release%20for%202.12)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12%22)
12-
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.13.svg?label=latest%20release%20for%202.13)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13%22)
7+
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.12.13.svg?label=latest%202.12%20Scala%20support%20[2.12.13]%sand%20latest%20version)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.12.13%22)
8+
[![Maven Central](https://img.shields.io/maven-central/v/org.scoverage/scalac-scoverage-plugin_2.13.5svg?label=latest%202.13%20Scala%20support%20[2.13.5]%20and%20version)](http://search.maven.org/#search|ga|1|g%3A%22org.scoverage%22%20AND%20a%3A%22scalac-scoverage-plugin_2.13.5%22)
9+
10+
[![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
1311

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).
1717

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

2022
![Screenshot of scoverage report html](misc/screenshot2.png)
2123

0 commit comments

Comments
 (0)