Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
DataDaoDe committed Dec 17, 2014
1 parent 3566b74 commit e672982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source 'https://rubygems.org'

gem 'coveralls', require: false

# Specify your gem's dependencies in bugherd_client.gemspec
gemspec
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
[lib, support].each { |path| $:.unshift(path) unless $:.include?(path) }
require 'pry'

# coverage
require 'coveralls'
require 'simplecov'

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter '/spec/'
add_group 'api_v1', 'bugherd_client/resources/v1'
Expand Down

0 comments on commit e672982

Please sign in to comment.