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

Unleash / unleash-android / 10077204014

24 Jul 2024 01:04PM UTC coverage: 78.922% (+2.4%) from 76.546%
10077204014

Pull #66

github

web-flow
Merge 6f0bba963 into 812f882d3
Pull Request #66: chore: several test cases in 3 commits

197 of 280 branches covered (70.36%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 2 files covered. (100.0%)

6 existing lines in 1 file now uncovered.

608 of 740 relevant lines covered (82.16%)

5.32 hits per line

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

75.0
/unleashandroidsdk/src/main/java/io/getunleash/android/metrics/NoOpMetrics.kt
1
package io.getunleash.android.metrics
2

3
import io.getunleash.android.data.Variant
4

5
class NoOpMetrics: MetricsHandler {
3✔
6
    override fun count(featureName: String, enabled: Boolean): Boolean {
7
        return enabled
2✔
8
    }
9

10
    override fun countVariant(featureName: String, variant: Variant): Variant {
11
        return variant
2✔
12
    }
13

14
    override suspend fun sendMetrics() {
15
    }
×
16
}
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

© 2025 Coveralls, Inc