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

pulibrary / orangelight / fdcd3310-12d3-4e80-823f-8ca1a6a1953a

17 Dec 2024 10:50PM UTC coverage: 95.739% (-0.7%) from 96.415%
fdcd3310-12d3-4e80-823f-8ca1a6a1953a

Pull #4582

circleci

web-flow
Merge pull request #4656 from pulibrary/blacklight-8.7.0

bundle update blacklight 8.7.0
Pull Request #4582: Blacklight upgrade to 8.6.1

9 of 9 new or added lines in 2 files covered. (100.0%)

50 existing lines in 4 files now uncovered.

6022 of 6290 relevant lines covered (95.74%)

1512.76 hits per line

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

80.0
/app/components/bookmark_button_component.rb
1
# frozen_string_literal: true
2

3
class BookmarkButtonComponent < Blacklight::Document::BookmarkComponent
3✔
4
  def initialize(**kwargs)
3✔
5
    if Orangelight.using_blacklight7?
108✔
UNCOV
6
      super(**kwargs.except(:action))
×
7
    else
8
      super
108✔
9
    end
10
  end
11
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