Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gburgett committed Oct 16, 2018
1 parent c7f5c28 commit f7ecbcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .simplecov
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
require 'coveralls'

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter %r{^spec/}
end
end

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ group :development, :test do
gem 'guard-rubocop'
gem 'rake', '~> 12.3'
gem 'rubocop'
gem 'coveralls', require: false
end

0 comments on commit f7ecbcf

Please sign in to comment.