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

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

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 09:52AM 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:49AM UTC coverage: 9.708% (+0.01%) from 9.695%
22345476745.7

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>

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 - 22345476745.7
  • Tree
  • List 87
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
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.2)
  • 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