Skip to content

Commit

Permalink
Remove Coveralls integration
Browse files Browse the repository at this point in the history
Has been failing silently for a long time without anyone really
missing it.

REDMINE-18079
  • Loading branch information
tf committed Oct 16, 2023
1 parent 09d996e commit ff26ac5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ gem 'pageflow-support', path: 'spec/support'

gem 'spring-commands-rspec', group: :development

gem 'coveralls', require: false

# Early failure output
gem 'rspec-instafail', '~> 0.4.0', require: false

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Gem Version](https://badge.fury.io/rb/pageflow.svg)](http://badge.fury.io/rb/pageflow)
[![Build Status](https://github.com/codevise/pageflow/workflows/tests/badge.svg)](https://github.com/codevise/pageflow/actions)
[![Coverage Status](https://coveralls.io/repos/github/codevise/pageflow/badge.svg?branch=master)](https://coveralls.io/github/codevise/pageflow?branch=master)
[![Code Climate](https://codeclimate.com/github/codevise/pageflow/badges/gpa.svg)](https://codeclimate.com/github/codevise/pageflow)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)

Expand Down
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
ENV['RAILS_ENV'] ||= 'test'

require 'coveralls'
Coveralls.wear!

require 'rails-controller-testing'
require 'rspec/rails'
require 'rspec/collection_matchers'
Expand Down

0 comments on commit ff26ac5

Please sign in to comment.