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

pulibrary / bibdata / eab5afc2-6f59-4b65-81bf-6840483c58da

26 Jun 2026 09:46PM UTC coverage: 75.156% (-15.5%) from 90.701%
eab5afc2-6f59-4b65-81bf-6840483c58da

Pull #3382

circleci

christinach
Rename group_field to cluster_id
Pull Request #3382: 321 result clustering

0 of 29 new or added lines in 1 file covered. (0.0%)

1975 existing lines in 89 files now uncovered.

9632 of 12816 relevant lines covered (75.16%)

17.14 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✔
UNCOV
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
UNCOV
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