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

Idrinth / habit-evaluator / 22300149186
40%

Build:
DEFAULT BRANCH: the-one
Ran 23 Feb 2026 09:29AM UTC
Jobs 8
Files 284
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

23 Feb 2026 09:28AM UTC coverage: 42.339% (+0.01%) from 42.327%
22300149186

push

github

web-flow
Fix emergency plan actions lost when reordering steps on Android (#588)

When moving a question up/down, the swapOrder function saved steps back
to the repository. The save method called saveStepWithActions which
deleted existing actions and re-inserted them from the model. However,
actions loaded from the database had no step backreference (step=null),
so toEntity() produced actionEntities with stepId="" instead of the
real step ID — effectively orphaning them.

Fix: (1) set step backreference on actions during loading in findById,
findAll, and findByUserId; (2) explicitly copy the parent step ID onto
action entities in save, saveAll, and saveSuspend as defense-in-depth.

https://claude.ai/code/session_01XzJHSPiimYf9u2jcxWGJNp

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

2651 of 6830 branches covered (38.81%)

Branch coverage included in aggregate %.

9292 of 21378 relevant lines covered (43.47%)

2.21 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
84.0
2.18% de/idrinth/habitevaluator/android/persistence/RoomEmergencyPlanStepRepository.kt
Jobs
ID Job ID Ran Files Coverage
4 homepage - 22300149186.4 23 Feb 2026 09:29AM UTC 4
100.0
GitHub Action Run
5 homepage-e2e - 22300149186.5 23 Feb 2026 09:29AM UTC 9
75.0
GitHub Action Run
6 website - 22300149186.6 23 Feb 2026 09:29AM UTC 3
88.26
GitHub Action Run
7 android - 22300149186.7 23 Feb 2026 09:31AM UTC 78
11.32
GitHub Action Run
8 website-e2e - 22300149186.8 23 Feb 2026 09:29AM UTC 9
38.96
GitHub Action Run
7 webserver - 22294561154.7 23 Feb 2026 05:53AM UTC 68
68.12
GitHub Action Run
4 shared - 22294561154.4 23 Feb 2026 05:53AM UTC 93
79.32
GitHub Action Run
3 desktop - 22294561154.3 23 Feb 2026 05:53AM UTC 26
43.03
GitHub Action Run
Source Files on build 22300149186
  • Tree
  • List 284
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22300149186
  • 7711ef8a on github
  • Prev Build on the-one (#22299970365)
  • Next Build on the-one (#22300314357)
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