Skip to content

Commit

Permalink
Stop using coveralls
Browse files Browse the repository at this point in the history
The coveralls gem is no longer supported and causes TLS errors which break the build
  • Loading branch information
jcoyne committed Jan 16, 2024
1 parent e0f7206 commit c5495f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Riiif
[![Gem Version](https://badge.fury.io/rb/riiif.png)](http://badge.fury.io/rb/riiif)
[![Coverage Status](https://coveralls.io/repos/github/curationexperts/riiif/badge.svg?branch=master)](https://coveralls.io/github/curationexperts/riiif?branch=master)


A Ruby IIIF image server as a rails engine.

Expand Down
2 changes: 1 addition & 1 deletion riiif.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'bixby', '~> 5.0'
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'simplecov'
end
6 changes: 0 additions & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
require 'coveralls'
require 'simplecov'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
])

SimpleCov.start('rails')

require 'engine_cart'
Expand Down

0 comments on commit c5495f6

Please sign in to comment.