From 398531ba70eaabf54fc2feee008c1d9419707f20 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 9 Nov 2020 10:45:58 +1300 Subject: [PATCH] Removing coveralls --- Gemfile | 1 - Gemfile.lock | 26 -------------------------- README.md | 1 - spec/rails_helper.rb | 1 - 4 files changed, 29 deletions(-) diff --git a/Gemfile b/Gemfile index b2a27a4f9..626a1d1a5 100644 --- a/Gemfile +++ b/Gemfile @@ -166,7 +166,6 @@ group :development, :test do gem 'dotenv-rails' # cli utils - gem 'coveralls', require: false # coverage analysis gem 'haml-i18n-extractor', require: false gem 'haml_lint', '>= 0.25.1', require: false # Checks haml files for goodness gem 'i18n-tasks', require: false # adds tests for finding missing and unused translations diff --git a/Gemfile.lock b/Gemfile.lock index ec0bacbb0..8b02c3dcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,12 +155,6 @@ GEM equalizer (~> 0.0.9) concurrent-ruby (1.1.7) connection_pool (2.2.3) - coveralls (0.7.1) - multi_json (~> 1.3) - rest-client - simplecov (>= 0.7) - term-ansicolor - thor crass (1.0.6) csv_shaper (1.3.2) activesupport (>= 3.0.0) @@ -176,8 +170,6 @@ GEM discard (1.2.0) activerecord (>= 4.2, < 7) docile (1.1.5) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) dotenv (2.7.6) dotenv-rails (2.7.6) dotenv (= 2.7.6) @@ -260,9 +252,6 @@ GEM haml (>= 4.0, < 6) nokogiri (>= 1.6.0) ruby_parser (~> 3.5) - http-accept (1.7.0) - http-cookie (1.0.3) - domain_name (~> 0.5) httparty (0.18.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) @@ -343,7 +332,6 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - netrc (0.11.0) nio4r (2.5.4) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) @@ -447,11 +435,6 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rest-client (2.1.0) - http-accept (>= 1.7.0, < 2.0) - http-cookie (>= 1.0.2, < 2.0) - mime-types (>= 1.16, < 4.0) - netrc (~> 0.8) rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -559,27 +542,19 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sync (0.5.0) sysexits (1.2.0) temple (0.8.2) - term-ansicolor (1.7.1) - tins (~> 1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.2) - tins (1.25.0) - sync trollop (1.16.2) tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unf (0.1.4) - unf_ext - unf_ext (0.0.7.7) unicode-display_width (1.7.0) unicorn (5.7.0) kgio (~> 2.6) @@ -633,7 +608,6 @@ DEPENDENCIES codeclimate-test-reporter coffee-rails comfortable_mexican_sofa (~> 2.0.0) - coveralls csv_shaper dalli database_cleaner diff --git a/README.md b/README.md index 23f099983..58158913e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # 🌱 Growstuff [![Build Status](https://travis-ci.org/Growstuff/growstuff.svg?branch=dev)](https://travis-ci.org/Growstuff/growstuff) -[![Coverage Status](https://coveralls.io/repos/github/Growstuff/growstuff/badge.svg?branch=dev)](https://coveralls.io/github/Growstuff/growstuff?branch=dev) [![Code Climate](https://codeclimate.com/github/Growstuff/growstuff/badges/gpa.svg)](https://codeclimate.com/github/Growstuff/growstuff) Welcome to the Growstuff project. diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 24d044f26..f6ac81dba 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -3,7 +3,6 @@ # This file is copied to spec/ when you run 'rails generate rspec:install' ENV["RAILS_ENV"] ||= 'test' require 'simplecov' -require 'coveralls' # output coverage locally AND send it to coveralls SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([