Skip to content

Commit

Permalink
Add coveralls for coverage statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Apr 25, 2017
1 parent 050d6d1 commit 84a2cb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions json-streamer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "coveralls"
spec.add_development_dependency "ndhash"

spec.add_dependency "json-stream"
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
require 'bundler/setup'
Bundler.setup

require 'coveralls'
Coveralls.wear!

require 'stringio'
require 'json'
require 'ndhash'
Expand Down

0 comments on commit 84a2cb2

Please sign in to comment.