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

pulibrary / allsearch_api / 93455990-ca6b-4aa4-bb7b-c77568bb5653

01 Aug 2025 03:42PM UTC coverage: 86.395% (-13.1%) from 99.514%
93455990-ca6b-4aa4-bb7b-c77568bb5653

push

circleci

sandbergja
Explicitly include Rake in Gemfile

When we deployed, it gave various errors:
* can't find executable rake for gem rake.
* cannot load such file -- net/ssh/proxy/command (LoadError)

This commit explicitly includes rake and net-ssh in the Gemfile
to see if it resolves the issue.

889 of 1029 relevant lines covered (86.39%)

33.24 hits per line

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

83.33
/app/models/dpul_document.rb
1
# frozen_string_literal: true
2

3
# This class is responsible for getting relevant
4
# metadata from DPUL's JSON
5
class DpulDocument < Document
1✔
6
  include SolrDocument
1✔
7

8
  private
1✔
9

10
  def service
1✔
11
    'dpul'
2✔
12
  end
13

14
  def title
1✔
15
    document[:readonly_title_ssim]&.first
1✔
16
  end
17

18
  def creator
1✔
19
    document[:readonly_creator_ssim]&.first
×
20
  end
21

22
  def publisher
1✔
23
    document[:readonly_publisher_ssim]&.first
×
24
  end
25

26
  def type
1✔
27
    document[:readonly_format_ssim]&.first
×
28
  end
29

30
  def description
1✔
31
    # tbd - nothing in the current json that seems relevant
32
  end
33

34
  def doc_keys
1✔
35
    [:collection]
1✔
36
  end
37

38
  def collection
1✔
39
    document[:readonly_collections_tesim]&.first
1✔
40
  end
41
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