Skip to content

Commit

Permalink
Merge pull request #704 from cucumber/update-simplecov
Browse files Browse the repository at this point in the history
Update simplecov
  • Loading branch information
mvz authored Jan 31, 2020
2 parents 2abe6c7 + 78f462a commit eca540a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Run simplecov by default
SimpleCov.start unless ENV.key? 'ARUBA_NO_COVERAGE'

SimpleCov.configure do
# Activate branch coverage
enable_coverage :branch

# ignore this file
add_filter '.simplecov'
add_filter 'spec'
add_filter 'features'

# Rake tasks aren't tested with rspec
Expand All @@ -30,5 +29,8 @@ SimpleCov.configure do

# Specs are reported on to ensure that all examples are being run and all
# lets, befores, afters, etc are being used.
add_group 'Specs', 'spec'
add_group 'Specs', 'spec/'
end

# Run simplecov by default
SimpleCov.start unless ENV.key? 'ARUBA_NO_COVERAGE'
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ to make testing commandline applications meaningful, easy and fun.'
spec.add_development_dependency 'rspec', '~> 3.6'
spec.add_development_dependency 'rubocop', '~> 0.79.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.5'
spec.add_development_dependency 'simplecov', '~> 0.17.1'
spec.add_development_dependency 'simplecov', '~> 0.18.0'
spec.add_development_dependency 'yard-junk', '~> 0.0.7'

spec.rubygems_version = '>= 1.6.1'
Expand Down

0 comments on commit eca540a

Please sign in to comment.