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

super3 / water / 26669021267

30 May 2026 12:07AM UTC coverage: 9.229% (-59.0%) from 68.254%
26669021267

push

github

super3
Watch DOWN deletes the last entry instead of logging -8

Pressing DOWN previously logged a -8 oz entry, which left negative rows in the
day log. Instead, have DOWN ask the phone to delete the most recent entry logged
today. Adds a RemoveLast message key (10004); the watch sends it without an
optimistic update (it tracks only the daily total, not entry sizes) and the ring
refreshes when the phone echoes the new total. UP still logs a +8 glass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

40 of 318 branches covered (12.58%)

Branch coverage included in aggregate %.

0 of 6 new or added lines in 1 file covered. (0.0%)

527 existing lines in 9 files now uncovered.

69 of 863 relevant lines covered (8.0%)

0.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/android-widget/app/src/main/java/com/watertracker/widget/MainActivity.kt
1
package com.watertracker.widget
2

3
import android.os.Bundle
4
import androidx.activity.ComponentActivity
5
import androidx.activity.compose.setContent
6
import com.watertracker.widget.app.WaterApp
7

UNCOV
8
class MainActivity : ComponentActivity() {
×
9
    override fun onCreate(savedInstanceState: Bundle?) {
UNCOV
10
        super.onCreate(savedInstanceState)
×
UNCOV
11
        setContent {
×
UNCOV
12
            WaterApp()
×
13
        }
UNCOV
14
    }
×
15
}
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