Skip to content

Commit

Permalink
Add Coveralls configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-dce committed Aug 23, 2019
2 parents 41b8596 + b0821d3 commit 15676e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
2 changes: 1 addition & 1 deletion iiif_manifest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activesupport', '>= 4'

spec.add_development_dependency 'bixby', '~> 1.0'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'coveralls'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'iiif_manifest'
require 'pry'

0 comments on commit 15676e2

Please sign in to comment.