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

Idrinth / habit-evaluator / 22345515294 / 3
40%
the-one: 40%

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 09:53AM UTC
Files 87
Run time 2s
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

24 Feb 2026 09:51AM UTC coverage: 9.708%. Remained the same
22345515294.3

push

github

web-flow
Fix activity-group assignment not persisting due to lazy loading with open-in-view=false (#614)

PlannerActivity.groups used FetchType.LAZY, but with spring.jpa.open-in-view=false
the Hibernate session closes after each repository call. This caused the groups
collection to be uninitialized when serialized to JSON, making it appear as though
group assignments were never saved.

Changed groups fetch type to EAGER (consistent with Habit.entries/category) and
added LEFT JOIN FETCH to JPA queries for efficient single-query loading.

https://claude.ai/code/session_01EU652s3fhMA1G6jMLXXBP1

Co-authored-by: Claude <noreply@anthropic.com>

286 of 3159 branches covered (9.05%)

Branch coverage included in aggregate %.

1149 of 11622 relevant lines covered (9.89%)

0.69 hits per line

Source Files on job android - 22345515294.3
  • Tree
  • List 87
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22345515294
  • 5d18c1f9 on github
  • Prev Job for on the-one (#22345476745.7)
  • Next Job for on the-one (#22345693747.5)
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