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

super3 / water / 26836414314

02 Jun 2026 05:23PM UTC coverage: 81.936%. Remained the same
26836414314

Pull #6

github

web-flow
Merge ff52b644e into bacf74a70
Pull Request #6: Standalone watch: daily reset, 7-day history, and streak (on top of PR #7 UI)

205 of 280 branches covered (73.21%)

Branch coverage included in aggregate %.

616 of 722 relevant lines covered (85.32%)

12.4 hits per line

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

100.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

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