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

pulibrary / orangelight / e37798a3-1e41-4888-b59a-d239d1cb14a6

05 May 2026 12:18AM UTC coverage: 83.748% (-11.7%) from 95.406%
e37798a3-1e41-4888-b59a-d239d1cb14a6

push

circleci

web-flow
Bump axe-core-rspec from 4.11.2 to 4.11.3 (#5848)

Bumps [axe-core-rspec](https://github.com/dequelabs/axe-core-gems) from 4.11.2 to 4.11.3.
- [Release notes](https://github.com/dequelabs/axe-core-gems/releases)
- [Changelog](https://github.com/dequelabs/axe-core-gems/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-gems/compare/v4.11.2...v4.11.3)

---
updated-dependencies:
- dependency-name: axe-core-rspec
  dependency-version: 4.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

5560 of 6639 relevant lines covered (83.75%)

82.08 hits per line

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

50.0
/app/services/event_processor/delete_processor.rb
1
# frozen_string_literal: true
2

3
class EventProcessor
1✔
4
  class DeleteProcessor < Processor
1✔
5
    # rubocop:disable Naming/PredicateMethod
6
    def process
1✔
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