Skip to content

Commit 0467efe

Browse files
authored
Merge pull request #329 from ckipp01/shields
Fix shields
2 parents fd123f9 + 8f216f5 commit 0467efe

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
sbt-scoverage
2-
========
1+
# sbt-scoverage
32

4-
sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library. Find out more about [scoverage](https://github.com/scoverage/scalac-scoverage-plugin).
5-
6-
Join the [scoverage](http://groups.google.com/group/scala-code-coverage-tool)
7-
google group for help, bug reports, feature requests, and general
8-
discussion on scoverage.
9-
10-
[![Build Status](https://travis-ci.org/scoverage/sbt-scoverage.png?branch=master)](https://travis-ci.org/scoverage/sbt-scoverage)
3+
[![Gitter](https://img.shields.io/gitter/room/scoverage/scoverage.svg)](https://gitter.im/scoverage/scoverage)
4+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.scoverage/sbt-scoverage/badge.svg?kill_cache=1)](https://search.maven.org/artifact/org.scoverage/sbt-scoverage/)
115
[![License](http://img.shields.io/:license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
12-
[<img src="https://img.shields.io/maven-central/v/org.scoverage/sbt-scoverage.svg?label=latest%20release"/>](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22sbt-scoverage%22)
6+
7+
sbt-scoverage is a plugin for sbt that integrates the scoverage code coverage
8+
library. Find out more about
9+
[scoverage](https://github.com/scoverage/scalac-scoverage-plugin).
1310

1411
## How to use
1512

16-
Make sure your SBT version in project/build.properties:
17-
```
13+
Make sure your sbt version in project/build.properties:
14+
```scala
1815
sbt.version = 1.2.8
1916
```
2017

21-
Add the plugin in project/plugins.sbt:
18+
Add the plugin in `project/plugins.sbt`:
2219
```scala
2320
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.2")
2421
```
@@ -33,7 +30,7 @@ $ sbt clean coverage it:test
3330
```
3431

3532
To enable coverage directly in your build, use:
36-
```
33+
```scala
3734
coverageEnabled := true
3835
```
3936

0 commit comments

Comments
 (0)