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

pulibrary / orcid_princeton_hanami / f0b6c0ba-cfcd-4bd4-ba15-b8d87f019fde
100%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2026 08:54PM UTC
Jobs 1
Files 39
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

07 Jul 2026 08:48PM UTC coverage: 98.262%. Remained the same
f0b6c0ba-cfcd-4bd4-ba15-b8d87f019fde

push

circleci

web-flow
Update dependency hanami-view to v3 (#397)

* Update dependency hanami-view to v3

* In older versions of hanami-view, calling view.call wrapped the exposed values in a proxy/wrapper object, which required accessing the underlying value via the .value method (e.g., rendered[:current_user].value).
In hanami-view 3.0.0, calling view.call returns the exposure values directly, making .value obsolete and resulting in NoMethodError or ROM::Struct::MissingAttribute when called on elements like Hash, String, or standard ROM::Struct objects.

updated both spec/views/home_spec.rb and spec/views/user_spec.rb to remove the .value assertions on exposures, updating them to direct key accesses:
  - rendered[:current_user].value to rendered[:current_user]
  - rendered[:code_version].value to rendered[:code_version]
  - rendered[:code_version_name].value to rendered[:code_version_name]
  - rendered[:stale_version].value to rendered[:stale_version]
  - rendered[:orcid_url].value to rendered[:orcid_url]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jrgriffiniii <1443986+jrgriffiniii@users.noreply.github.com>

622 of 633 relevant lines covered (98.26%)

7.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 f0b6c0ba-cfcd-4bd4-ba15-b8d87f019fde.1 07 Jul 2026 08:54PM UTC 39
98.26
Source Files on build f0b6c0ba-cfcd-4bd4-ba15-b8d87f019fde
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #F0B6C0BA...
  • 3cb8dda1 on github
  • Prev Build on gh-readonly-queue/main/pr-393-b493808cc4b2242fcb74e46ea3c75b63f0db1ef4 (#DF93B2CA...)
  • Next Build on main (#45B19E8C...)
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