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

Idrinth / habit-evaluator / 22338184760 / 5
40%
the-one: 40%

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 05:41AM UTC
Files 30
Run time 1s
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 05:37AM UTC coverage: 43.515% (+0.5%) from 43.032%
22338184760.5

push

github

web-flow
Add offline-first local persistence for day planner feature (#604)

The day planner feature previously only had server-side (JPA) and Android
(Room) persistence. This adds FileSystem (JSON-based) and H2 desktop
repositories so the feature works entirely locally by default, without
requiring a server connection.

Changes:
- Add FileSystemPlannerGroupRepository, FileSystemPlannerActivityRepository,
  FileSystemWeekPlannerSlotRepository, FileSystemSlotConfirmationRepository
  in shared module for JSON-based local persistence
- Add H2PlannerGroupRepository, H2PlannerActivityRepository,
  H2WeekPlannerSlotRepository, H2SlotConfirmationRepository in desktop module
- Register planner entities in desktop persistence.xml (main and test)
- Wire planner repositories into desktop MainController
- Add day planner data to backup/restore system (BackupData, BackupService,
  RestoreOptions, MergeResult) with group-name-based merge strategy
- Add NON_KEYWORDS=HOUR to H2 JDBC URLs (reserved word conflict)
- Add comprehensive tests for all new repositories

https://claude.ai/code/session_01Htc1ocmpVcuhvTRyWg1bt3

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

393 of 1015 branches covered (38.72%)

Branch coverage included in aggregate %.

1402 of 3110 relevant lines covered (45.08%)

2.11 hits per line

Source Files on job desktop - 22338184760.5
  • Tree
  • List 30
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22338184760
  • 5cd7070c on github
  • Prev Job for on the-one (#22337941058.6)
  • Next Job for on the-one (#22338645160.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