diff --git a/README.md b/README.md index c287397..01bdc6b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # sbt-coveralls +[![Join the chat at https://gitter.im/scoverage/sbt-coveralls](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/scoverage/sbt-coveralls?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + SBT plugin that uploads scala code coverage to [https://coveralls.io](https://coveralls.io) and integrates with [Travis CI](#travis-ci-integration). This plugin uses [scoverage](https://github.com/scoverage/scalac-scoverage-plugin/) to generate the code coverage metrics. For an example project that uses this plugin [click here](https://github.com/scoverage/scoverage-samples).