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

pulibrary / allsearch_api / 5f4d62c0-09fd-47a8-9e19-97c060ec4515

09 May 2025 02:30PM UTC coverage: 99.49%. Remained the same
5f4d62c0-09fd-47a8-9e19-97c060ec4515

Pull #365

circleci

maxkadel
Try smoke tests in CD pipeline
Pull Request #365: Self hosted runner experiment

976 of 981 relevant lines covered (99.49%)

101.15 hits per line

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

100.0
/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
3✔
6
  include SolrDocument
3✔
7

8
  private
3✔
9

10
  def service
3✔
11
    'dpul'
62✔
12
  end
13

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

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

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

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

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

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

38
  def collection
3✔
39
    document[:readonly_collections_tesim]&.first
61✔
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