Skip to content

Commit

Permalink
Merge pull request #117 from tagliala/update-simplecov-dependency
Browse files Browse the repository at this point in the history
Update simplecov dependency to 0.14.1
  • Loading branch information
nickmerwin authored Mar 30, 2017
2 parents 0c6e3aa + a3c262f commit 03a8c1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby

Expand Down
4 changes: 2 additions & 2 deletions coveralls-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 1.8.7'

gem.add_dependency 'json', '>= 1.8', '< 3'
gem.add_dependency 'simplecov', '~> 0.12.0'
gem.add_dependency 'simplecov', '~> 0.14.1'
gem.add_dependency 'tins', '~> 1.6'
gem.add_dependency 'term-ansicolor', '~> 1.3'
gem.add_dependency 'thor', '~> 0.19.1'
gem.add_dependency 'thor', '~> 0.19.4'

gem.add_development_dependency 'bundler', '~> 1.7'
end
2 changes: 1 addition & 1 deletion spec/coveralls/simplecov_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def source_fixture(filename)
it "nils the skipped lines" do
source_file = source_files.first
source_file[:coverage].should_not eq result.files.first.coverage
source_file[:coverage].should eq [nil, 1, 1, 1, nil, 0, 1, nil, nil, nil]
source_file[:coverage].should eq [nil, 1, 1, 1, nil, 0, nil, nil, nil, nil, nil]
end
end
end
Expand Down

0 comments on commit 03a8c1d

Please sign in to comment.