diff --git a/.simplecov b/.simplecov index 4fc88f9a4d..0094b3ddcd 100755 --- a/.simplecov +++ b/.simplecov @@ -15,8 +15,3 @@ SimpleCov.start 'rails' do add_filter '/db' add_filter '/lib/tasks/sample_data/' end - -if ENV['CI'] - require 'codecov' - SimpleCov.formatter = SimpleCov::Formatter::Codecov -end diff --git a/Gemfile b/Gemfile index 4d6b2b0210..d6a7356ea4 100644 --- a/Gemfile +++ b/Gemfile @@ -156,7 +156,6 @@ end group :test do gem 'byebug' - gem 'codecov', require: false gem 'pdf-reader' gem 'rails-controller-testing' gem 'simplecov', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 386865b92e..9e8b776004 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,8 +190,6 @@ GEM cliver (0.3.2) cocaine (0.5.8) climate_control (>= 0.0.3, < 1.0) - codecov (0.6.0) - simplecov (>= 0.15, < 0.22) coderay (1.1.3) coffee-rails (5.0.0) coffee-script (>= 2.2.0) @@ -706,7 +704,6 @@ DEPENDENCIES cancancan (~> 1.15.0) capybara catalog! - codecov coffee-rails (~> 5.0.0) combine_pdf compass-rails diff --git a/README.md b/README.md index b0de0924b2..070c2dfe24 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Build](https://github.com/openfoodfoundation/openfoodnetwork/actions/workflows/build.yml/badge.svg)](https://github.com/openfoodfoundation/openfoodnetwork/actions/workflows/build.yml) -[![codecov](https://codecov.io/gh/openfoodfoundation/openfoodnetwork/branch/master/graph/badge.svg?token=FBSOod4qiu)](https://codecov.io/gh/openfoodfoundation/openfoodnetwork) [![Code Climate](https://codeclimate.com/github/openfoodfoundation/openfoodnetwork.png)](https://codeclimate.com/github/openfoodfoundation/openfoodnetwork) # Open Food Network