Skip to content

Commit 1f24f9d

Browse files
committed
Add Codacy integration information
Also, created Integration section to add all the already existing plugins Plugins sorted by lexicographic order
1 parent 45ac495 commit 1f24f9d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,17 @@ If you are running into a scenario where your tests normally pass, but fail when
115115
* timing issues on futures and other async operations, try upping the timeouts by an order of magnitude.
116116
* tests are run in a sandbox mode (such as with `java.security.PrivilegedAction<T>`), try running the tests outside of the sandbox.
117117

118-
## Coveralls
118+
## Integrations
119+
120+
### Codacy
121+
122+
[Codacy](https://www.codacy.com) integrates with your favorite coverage tool to provide an in-depth overlook of your project status. Scoverage information can be integrated into Codacy through the [sbt-codacy-coverage plugin](https://github.com/codacy/sbt-codacy-coverage).
123+
124+
### Coveralls
119125

120126
If you have an open source project then you can add code coverage metrics with the excellent website https://coveralls.io/ Scoverage will integrate with coveralls using the [sbt-coveralls](https://github.com/scoverage/sbt-coveralls) plugin.
121127

122-
## Plugin for SonarQube
128+
### Plugin for SonarQube
123129

124130
If you want to visually browse statement coverage reports then use this [plugin for SonarQube](https://github.com/RadoBuransky/sonar-scoverage-plugin).
125131
It allows you to review overall project statement coverage as well as dig deeper into sub-modules, directories and

0 commit comments

Comments
 (0)