Skip to content

Commit

Permalink
Added coveralls reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Sep 3, 2024
1 parent 4b83e14 commit 140d9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ group :development do
end

group :test do
gem 'coveralls_reborn', '~> 0.28'
gem 'factory_bot', '~> 6.4'
gem 'rspec', '~> 3.13'
gem 'rspec-github', '~> 2.4'
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

# Configure code coverage reporting.
if ENV.fetch('COVERAGE', false)
require 'coveralls'
require 'simplecov'

Coveralls.wear!
SimpleCov.minimum_coverage 95
SimpleCov.start do
add_filter '/spec/'
Expand Down

0 comments on commit 140d9df

Please sign in to comment.