You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
sbt plugin for uploading Scala code coverage to Codacy https://www.codacy.com
5
8
6
-
```
7
-
sbt-codacy-coverage will only work with:
9
+
`sbt-codacy-coverage` will only work with:
8
10
* sbt 0.13.5 and higher
9
11
* Java JRE 7 and higher
10
-
```
11
12
12
13
## Setup
13
14
14
-
Codacy assumes that coverage is previously configured for your project. As an example, we will configure a Scala project with the scoverage sbt plugin.
15
+
Codacy assumes that coverage is previously configured for your project. As an example, we will configure a Scala project with the `scoverage` sbt plugin.
15
16
16
-
To start, add the scoverage and Codacy sbt plugins into your plugins.sbt file:
17
+
To start, add the `scoverage` and Codacy sbt plugins into your plugins.sbt file:
17
18
18
19
```sbt
19
20
resolvers +="Typesafe Repository" at "https://repo.typesafe.com/typesafe/releases/"
0 commit comments