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

Idrinth / habit-evaluator / 22345515294
40%

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 09:51AM UTC
Jobs 8
Files 319
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

24 Feb 2026 09:51AM UTC coverage: 40.119% (+0.6%) from 39.567%
22345515294

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>

2868 of 7677 branches covered (37.36%)

Branch coverage included in aggregate %.

9999 of 24395 relevant lines covered (40.99%)

2.06 hits per line

Jobs
ID Job ID Ran Files Coverage
1 website-e2e - 22345515294.1 24 Feb 2026 09:52AM UTC 9
39.32
GitHub Action Run
2 homepage - 22345515294.2 24 Feb 2026 09:51AM UTC 4
100.0
GitHub Action Run
3 android - 22345515294.3 24 Feb 2026 09:52AM UTC 87
9.71
GitHub Action Run
4 webserver - 22345515294.4 24 Feb 2026 09:52AM UTC 77
68.67
GitHub Action Run
5 desktop - 22345515294.5 24 Feb 2026 09:52AM UTC 30
43.56
GitHub Action Run
6 website - 22345515294.6 24 Feb 2026 09:51AM UTC 3
88.26
GitHub Action Run
7 homepage-e2e - 22345515294.7 24 Feb 2026 09:52AM UTC 9
75.0
GitHub Action Run
8 shared - 22345515294.8 24 Feb 2026 09:52AM UTC 106
76.97
GitHub Action Run
Source Files on build 22345515294
  • Tree
  • List 319
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22345515294
  • 5d18c1f9 on github
  • Prev Build on the-one (#22345476745)
  • Next Build on the-one (#22345693747)
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