Skip to content

Commit

Permalink
Remove Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Dec 13, 2023
1 parent 1ad9b49 commit aa0f534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ gem 'rake'
# Pin tool versions (which are executed by Overcommit) for CI runs
gem 'rubocop', '>= 1', '< 2'

gem 'coveralls', require: false

# On Ruby 3, rexml is only a gem
gem 'rexml' if RUBY_VERSION > '3'
12 changes: 3 additions & 9 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# frozen_string_literal: true

if ENV['CI']
# When running in CI, report coverage stats to Coveralls.
require 'coveralls'
Coveralls.wear!
else
# Otherwise render coverage information in coverage/index.html and display
# coverage percentage in the console.
require 'simplecov'
end
# Otherwise render coverage information in coverage/index.html and display
# coverage percentage in the console.
require 'simplecov'

require 'slim_lint'
require 'rspec/its'
Expand Down

0 comments on commit aa0f534

Please sign in to comment.