Skip to content

Commit

Permalink
added coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
erez-rabih committed Apr 27, 2014
1 parent 115082e commit 5f145fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
@@ -0,0 +1,2 @@
service_name: travis-ci
repo_token: bvuwQKeiQ3pkiCOmCXDRnLx3zJMi7ofX0
1 change: 1 addition & 0 deletions README.md
@@ -1,5 +1,6 @@
# Traced
[![Build Status](https://travis-ci.org/erez-rabih/TraceD.svg?branch=master)](https://travis-ci.org/erez-rabih/TraceD)
[![Coverage Status](https://coveralls.io/repos/erez-rabih/TraceD/badge.png)](https://coveralls.io/r/erez-rabih/TraceD)

TraceD is a ruby library which enables you to easily trace your methods via [StatsD](https://github.com/etsy/statsd/)

Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -4,6 +4,9 @@
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'coveralls'
Coveralls.wear!

Dir["./spec/support/**/*.rb"].sort.each {|f| require f}
#
RSpec.configure do |config|
Expand Down
1 change: 1 addition & 0 deletions traced.gemspec
Expand Up @@ -20,5 +20,6 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "rspec"
end

0 comments on commit 5f145fc

Please sign in to comment.