Closed DreierF closed 7 years ago
Merging #257 into develop will decrease coverage by
0.16%
. The diff coverage is54.7%
.
@@ Coverage Diff @@
## develop #257 +/- ##
=============================================
- Coverage 51.68% 51.51% -0.17%
- Complexity 1009 1021 +12
=============================================
Files 165 165
Lines 7461 7439 -22
Branches 636 628 -8
=============================================
- Hits 3856 3832 -24
- Misses 3294 3304 +10
+ Partials 311 303 -8
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...ier/mytargets/features/statistics/CsvExporter.java | 83.69% <0%> (+1.78%) |
9 <0> (ø) |
:arrow_down: |
...dreier/mytargets/utils/MobileWearableListener.java | 0% <0%> (ø) |
0 <0> (?) |
|
...features/statistics/DispersionPatternActivity.java | 31.11% <0%> (+1.32%) |
4 <0> (ø) |
:arrow_down: |
.../mytargets/features/training/input/TargetView.java | 40.81% <0%> (-0.14%) |
24 <1> (+1) |
|
...argets/features/scoreboard/ScoreboardActivity.java | 0% <0%> (ø) |
0 <0> (ø) |
:arrow_down: |
...argets/features/distance/DistanceGridFragment.java | 93.61% <100%> (ø) |
7 <1> (+1) |
:arrow_up: |
...argets/features/settings/SettingsFragmentBase.java | 100% <100%> (ø) |
13 <0> (ø) |
:arrow_down: |
...s/features/training/edit/EditTrainingFragment.java | 78.88% <100%> (+0.16%) |
28 <1> (-1) |
:arrow_down: |
...r/mytargets/features/settings/SettingsManager.java | 99.59% <100%> (-0.02%) |
75 <3> (-8) |
|
...a/de/dreier/mytargets/app/ApplicationInstance.java | 37.5% <26.31%> (-32.88%) |
5 <2> (+1) |
|
... and 14 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 05aa9e8...172ed1f. Read the comment docs.
Added timer to android wear, as well as an overview over the current round. To make logging simpler Timber was added. In order to make the timer work reusable parts have been moved to shared. Closed #2 Closed #140