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

Idrinth / habit-evaluator / 22360481384 / 8
40%
the-one: 40%

Build:
DEFAULT BRANCH: the-one
Ran 24 Feb 2026 04:43PM UTC
Files 9
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 04:39PM UTC coverage: 39.319%. Remained the same
22360481384.8

push

github

web-flow
Fix habit completion buttons having no effect on Android HomeScreen (#621)

The Complete and Remove Completion buttons on the HomeScreen silently
failed because the inline coroutine handlers called RoomHabitRepository
methods (which use runBlocking internally) from within a coroutine
context, with no error handling. Any exception killed the coroutine
silently, and loadHabits() was only called at the end so the UI never
refreshed.

- Move completion logic to AppViewModel.completeHabit() and
  removeHabitCompletion() using viewModelScope with try-finally to
  always refresh the habit list
- Add loadHabitsSync() helper for synchronous habit list refresh
- Fix EntityMappers.toModel() to restore ScoringRule from stored
  scoringRuleId/scoringRuleName (was silently lost on every load-save
  cycle)
- Add regression tests for ScoringRule restoration and round-trip

https://claude.ai/code/session_01WrtANRsn9pVnot8MUXeroa

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

54 of 216 branches covered (25.0%)

Branch coverage included in aggregate %.

281 of 636 relevant lines covered (44.18%)

4.65 hits per line

Source Files on job website-e2e - 22360481384.8
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22360481384
  • 270b4227 on github
  • Prev Job for on the-one (#22353481220.5)
  • Next Job for on the-one (#22360985150.4)
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