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

pulibrary / orangelight / 626f2191-6089-4948-84dd-a4862a3810cc

23 Apr 2026 09:59PM UTC coverage: 0.457% (-94.9%) from 95.4%
626f2191-6089-4948-84dd-a4862a3810cc

push

circleci

web-flow
Upgrade to lux 7.6.1 so that we can upgrade vite (#5783)

see https://github.com/pulibrary/lux-design-system/releases/tag/v7.6.1

46 of 10066 relevant lines covered (0.46%)

0.01 hits per line

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

0.0
/app/services/event_processor/processor.rb
1
# frozen_string_literal: true
2

3
class EventProcessor
×
4
  class Processor
×
5
    attr_reader :event
×
6
    def initialize(event)
×
7
      @event = event
×
8
    end
×
9

10
    private
×
11

12
      def event_type
×
13
        event['event']
×
14
      end
×
15

16
      def id
×
17
        event['id']
×
18
      end
×
19

20
      def doc
×
21
        event['doc']
×
22
      end
×
23

24
      def bulk?
×
25
        event['bulk'] == 'true'
×
26
      end
×
27

28
      def index
×
29
        Blacklight.default_index.connection
×
30
      end
×
31
  end
×
32
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

© 2026 Coveralls, Inc