• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / pomegranate / 2197

14 Feb 2020 09:52PM UTC coverage: 80.134% (-19.9%) from 100.0%
2197

Pull #733

circleci

Trey Pendragon
Add support for a manifest auth token.
Pull Request #733: Add support for a manifest auth token.

3 of 3 new or added lines in 1 file covered. (100.0%)

835 of 1042 relevant lines covered (80.13%)

42.44 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/app/services/figgy_event_processor/create_processor.rb
1
# frozen_string_literal: true
×
2

×
3
class FiggyEventProcessor
×
4
  class CreateProcessor < Processor
×
5
    def process
×
6
      exhibits.map do |exhibit|
×
7
        resource = IIIFResource.new(url: manifest_url, exhibit: exhibit)
×
8
        resource.save_and_index
×
9
      end.all?(&:present?)
×
10
    end
×
11
  end
×
12
end
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc