Skip to content

Commit

Permalink
Merge pull request #190 from pulibrary/i189-jrgriffiniii-coveralls
Browse files Browse the repository at this point in the history
Restores Coveralls reporting
  • Loading branch information
carolyncole authored Aug 20, 2024
2 parents 61490ab + de864a6 commit ba7fbdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@ end

group :test do
gem "capybara"
gem "coveralls_reborn", require: false
gem "faker"
gem "guard-rspec"
gem "launchy"
gem "simplecov", "~> 0.22.0"
end

group :development, :test do
gem "bixby"
gem "byebug"
gem "coveralls_reborn", "~> 0.28"
gem "database_cleaner-active_record", "~> 2.1"
gem "factory_bot_rails", "~> 6.3"
gem "foreman", "~> 0.87"
gem "pry", "~> 0.14"
gem "rails-controller-testing"
gem "rspec-rails", "5.1"
gem "simplecov", "~> 0.22"
gem "yard"
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ DEPENDENCIES
capistrano-passenger
capistrano-rails (~> 1.4)
capybara
coveralls_reborn
coveralls_reborn (~> 0.28)
dartsass-rails (~> 0.5)
database_cleaner-active_record (~> 2.1)
devise (~> 4.9)
Expand Down Expand Up @@ -571,7 +571,7 @@ DEPENDENCIES
roo (~> 1.13.2)
rspec-rails (= 5.1)
sdoc (~> 1.1)
simplecov (~> 0.22.0)
simplecov (~> 0.22)
sunspot_rails (~> 2.6)
sunspot_solr (~> 2.6)
vite_rails (~> 3.0)
Expand Down
3 changes: 2 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
SimpleCov.start "rails" do
multi = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::SimpleFormatter,
SimpleCov::Formatter::HTMLFormatter
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
])
formatter(multi)

Expand Down

0 comments on commit ba7fbdb

Please sign in to comment.