Skip to content

Commit

Permalink
Merge pull request #2016 from tf/rm-coveralls
Browse files Browse the repository at this point in the history
Remove Coveralls integration
  • Loading branch information
tf authored Oct 16, 2023
2 parents 90c7dad + ff26ac5 commit b622c99
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 b622c99

Please sign in to comment.