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

pulibrary / bibdata / f400817a-dbb4-4213-8c38-ea1927389f1a

01 Oct 2025 12:30PM UTC coverage: 90.779% (+1.1%) from 89.665%
f400817a-dbb4-4213-8c38-ea1927389f1a

push

circleci

christinach
Update CacheMap to look for the correct structure from figgy
Exclude resource types with no ark
and no resource_identifier(bibID)

related to [#1720]
related to [#1848]

4 of 28 new or added lines in 1 file covered. (14.29%)

4051 existing lines in 107 files now uncovered.

3229 of 3557 relevant lines covered (90.78%)

913.12 hits per line

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

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

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

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

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

UNCOV
14
  private
1✔
15

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