• 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/delete_processor.rb
1
# frozen_string_literal: true
2

3
class EventProcessor
×
4
  class DeleteProcessor < Processor
×
5
    # rubocop:disable Naming/PredicateMethod
6
    def process
×
7
      index.delete_by_query "id:#{RSolr.solr_escape(id)}"
×
8
      index.commit unless bulk?
×
9
      true
×
10
    end
×
11
    # rubocop:enable Naming/PredicateMethod
12
  end
×
13
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