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 ef6f48b commit 06f907c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 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
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 06f907c

Please sign in to comment.