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

Idrinth / habit-evaluator / 22345476745 / 6
40%
the-one: 40%

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 09:52AM UTC
Files 3
Run time 0s
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:49AM UTC coverage: 88.261%. Remained the same
22345476745.6

push

github

web-flow
Fix habit confirmation by adding @JsonIgnore to HabitEntry.habit (#613)

The bidirectional relationship between HabitEntry and Habit caused
infinite recursion during JSON serialization when the addEntry
endpoint returned a HabitEntry response. Jackson would serialize
HabitEntry → habit → entries → HabitEntry → habit → … resulting
in a StackOverflowError and HTTP 500 response, making it impossible
to confirm habits through the API.

Add @JsonIgnore to HabitEntry.habit field to break the circular
reference. The habitId is still exposed via the @Transient
getHabitId() accessor. Add a regression test verifying the
annotation is present.

https://claude.ai/code/session_01DxWQtweQPsYvQnSHZrbEqq

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

60 of 75 branches covered (80.0%)

Branch coverage included in aggregate %.

143 of 155 relevant lines covered (92.26%)

20.39 hits per line

Source Files on job website - 22345476745.6
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22345476745
  • a2649362 on github
  • Prev Job for on the-one (#22342789885.8)
  • Next Job for on the-one (#22345515294.2)
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