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

Idrinth / habit-evaluator / 22345476745
40%

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 09:50AM 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:49AM UTC coverage: 39.567% (+0.006%) from 39.561%
22345476745

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>

2811 of 7677 branches covered (36.62%)

Branch coverage included in aggregate %.

9879 of 24395 relevant lines covered (40.5%)

2.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 homepage - 22345476745.1 24 Feb 2026 09:50AM UTC 4
100.0
GitHub Action Run
2 shared - 22345476745.2 24 Feb 2026 09:51AM UTC 106
76.97
GitHub Action Run
3 website-e2e - 22345476745.3 24 Feb 2026 09:51AM UTC 9
39.32
GitHub Action Run
4 desktop - 22345476745.4 24 Feb 2026 09:51AM UTC 30
43.56
GitHub Action Run
5 homepage-e2e - 22345476745.5 24 Feb 2026 09:51AM UTC 9
75.0
GitHub Action Run
6 website - 22345476745.6 24 Feb 2026 09:50AM UTC 3
88.26
GitHub Action Run
7 android - 22345476745.7 24 Feb 2026 09:51AM UTC 87
9.71
GitHub Action Run
8 webserver - 22345476745.8 24 Feb 2026 09:51AM UTC 77
63.66
GitHub Action Run
Source Files on build 22345476745
  • 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 #22345476745
  • a2649362 on github
  • Prev Build on the-one (#22342789885)
  • Next Build on the-one (#22345515294)
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