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

pulibrary / bibdata / d86e2c51-e721-4409-bddf-8cee3e479588
92%
main: 89%

Build:
Build:
LAST BUILD BRANCH: remove-extra-call
DEFAULT BRANCH: main
Ran 11 Aug 2025 11:54PM UTC
Jobs 1
Files 117
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Aug 2025 11:47PM UTC coverage: 92.158%. Remained the same
d86e2c51-e721-4409-bddf-8cee3e479588

Pull #2834

circleci

sandbergja
Correct the Deserialization of solr::ElectronicAccess

In the current ephemera indexing routine, we deserialize
a JSON solr document from a string to a SolrDocument struct,
then serialize it back to a string for POSTing to solr.

Eventually, we should not need to have this round-trip at
all.  In the meantime, the electronic_access1display field
does not survive the round-trip.  This is because this field
is presented in the JSON in an odd format that combines a
map and an array.  Prior to this commit, there was a custom
Serialize implementation that handled this on the serialize
side, but we were relying on the derived Deserialize implementation
which had no idea about this unusual structure.

This commit adds a custom Deserialize implementation, which
allows the ephemera full reindex rake task to run without error.

Co-authored-by: Christina Chortaria <christinach@users.noreply.github.com>
Co-authored-by: regineheberlein <regineheberlein@users.noreply.github.com>
Pull Request #2834: Correct the Deserialization of solr::ElectronicAccess

3514 of 3813 relevant lines covered (92.16%)

856.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 d86e2c51-e721-4409-bddf-8cee3e479588.1 11 Aug 2025 11:54PM UTC 117
92.16
Source Files on build d86e2c51-e721-4409-bddf-8cee3e479588
  • Tree
  • List 117
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #D86E2C51...
  • Pull Request #2834
  • PR Base - main (#DC51EE0D...)
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