Skip to content

Commit

Permalink
Remove Codecov for now
Browse files Browse the repository at this point in the history
It's broken on CI due to missing API Keys. If we want to bring this
back, fine, but whoever does can be sure to set up the necessary keys
and services.
  • Loading branch information
stevenharman committed May 13, 2024
1 parent 898414f commit 035c1cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ source 'http://rubygems.org'
# development dependencies will be added by default to the :development group.
gemspec

group :test do
gem 'codecov', require: false
end

gem 'rails', '~> 6.1'
gem 'rspec-rails', '~> 5.0'
gem 'rubocop', '~> 1.22'
Expand Down
8 changes: 0 additions & 8 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# frozen_string_literal: true

require 'simplecov'
SimpleCov.start

if ENV.fetch('CI', '') == 'true'
require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
end

require 'shoulda-matchers'

RSpec.configure do |config|
Expand Down

0 comments on commit 035c1cb

Please sign in to comment.