• 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

42.86
/app/services/event_processor/update_processor.rb
1
# frozen_string_literal: true
2

3
class EventProcessor
1✔
4
  class UpdateProcessor < Processor
1✔
5
    def process
1✔
6
      index.update params: { overwrite: true },
×
7
                   data: [doc].to_json,
8
                   headers: { 'Content-Type' => 'application/json' }
9
      index.commit unless bulk?
×
10
      true
×
11
    rescue RSolr::Error::Http
12
      false
×
13
    end
14
  end
15
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