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

Idrinth / habit-evaluator / 22338184760
40%

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 05:38AM UTC
Jobs 8
Files 318
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 05:37AM UTC coverage: 39.732% (+0.3%) from 39.448%
22338184760

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>

2806 of 7624 branches covered (36.8%)

Branch coverage included in aggregate %.

9864 of 24265 relevant lines covered (40.65%)

2.04 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
98.28
-1.72% de/idrinth/habitevaluator/shared/backup/MergeResult.java
3
96.0
-4.0% de/idrinth/habitevaluator/shared/backup/RestoreOptions.java
77
83.13
-10.54% de/idrinth/habitevaluator/shared/backup/BackupData.java
242
43.54
-0.14% de/idrinth/habitevaluator/desktop/controller/MainController.java
312
58.11
-12.01% de/idrinth/habitevaluator/shared/backup/BackupService.java
Jobs
ID Job ID Ran Files Coverage
1 webserver - 22338184760.1 24 Feb 2026 05:39AM UTC 77
63.66
GitHub Action Run
2 homepage - 22338184760.2 24 Feb 2026 05:38AM UTC 4
100.0
GitHub Action Run
3 website-e2e - 22338184760.3 24 Feb 2026 05:38AM UTC 9
38.96
GitHub Action Run
4 website - 22338184760.4 24 Feb 2026 05:38AM UTC 3
88.26
GitHub Action Run
5 desktop - 22338184760.5 24 Feb 2026 05:39AM UTC 30
43.52
GitHub Action Run
6 homepage-e2e - 22338184760.6 24 Feb 2026 05:38AM UTC 9
75.0
GitHub Action Run
7 android - 22338184760.7 24 Feb 2026 05:40AM UTC 86
9.74
GitHub Action Run
8 shared - 22338184760.8 24 Feb 2026 05:39AM UTC 106
76.97
GitHub Action Run
Source Files on build 22338184760
  • Tree
  • List 318
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22338184760
  • 5cd7070c on github
  • Prev Build on the-one (#22337941058)
  • Next Build on the-one (#22338645160)
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