add the coveralls badge to the readme

exclude the devutils gem from the simplecov filters

Revert "exclude the devutils gem from the simplecov filters"

This reverts commit 04cd2894fbea74f92b9eca301ba39227d515de89.

Fixes #2412
This commit is contained in:
Pere Urbon-Bayes 2015-01-26 16:06:38 +01:00 committed by Jordan Sissel
parent 5e689dad9c
commit 3ed3bccb91

View file

@ -1,4 +1,4 @@
# Logstash [![Code Climate](https://codeclimate.com/github/elasticsearch/logstash/badges/gpa.svg)](https://codeclimate.com/github/elasticsearch/logstash)
# Logstash [![Code Climate](https://codeclimate.com/github/elasticsearch/logstash/badges/gpa.svg)](https://codeclimate.com/github/elasticsearch/logstash) [![Coverage Status](https://coveralls.io/repos/elasticsearch/logstash/badge.svg)](https://coveralls.io/r/elasticsearch/logstash)
Logstash is a tool for managing events and logs. You can use it to collect
logs, parse them, and store them for later use (like, for searching). Speaking