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

pulibrary / bibdata / aa977bbb-cb49-44c2-84c5-66aa8ea1e89a

05 Mar 2026 04:37PM UTC coverage: 68.266% (-22.0%) from 90.235%
aa977bbb-cb49-44c2-84c5-66aa8ea1e89a

Pull #3059

circleci

sandbergja
Remove orangetheses

Closes #2816
Pull Request #3059: Remove orangetheses

7015 of 10276 relevant lines covered (68.27%)

12.91 hits per line

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

75.0
/app/controllers/libraries_controller.rb
1
# frozen_string_literal: true
2

3
class LibrariesController < ApplicationController
1✔
4
  before_action :set_library, only: %i[show]
1✔
5

6
  # GET /libraries
7
  def index
1✔
8
    @libraries = Library.order(:order, :label)
×
9
  end
10

11
  # GET /libraries/1
12
  def show; end
1✔
13

14
  private
1✔
15

16
    # Use callbacks to share common setup or constraints between actions.
17
    def set_library
1✔
18
      # nosemgrep
19
      @library = Library.friendly.find(params[:id])
×
20
    end
21
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