Closed letelete closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@eee9d72
). Click here to learn what that means. The diff coverage is94.28%
.
@@ Coverage Diff @@
## master #87 +/- ##
=========================================
Coverage ? 46.83%
=========================================
Files ? 34
Lines ? 933
Branches ? 45
=========================================
Hits ? 437
Misses ? 474
Partials ? 22
Impacted Files | Coverage Δ | |
---|---|---|
...runokawka/poland/sleepcyclealarm/MainActivity.java | 66.66% <100%> (ø) |
|
...unokawka/poland/sleepcyclealarm/MainPresenter.java | 81.81% <100%> (ø) |
|
...land/sleepcyclealarm/ui/WakeUpAtSetHourButton.java | 93.33% <93.33%> (ø) |
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 eee9d72...33a4ae9. Read the comment docs.
Replace MainActivity animation processing by adding a new class with single responsibility for that. It has its own constructor to pass the button view as a parameter, nextly all of the operations are being called from MainActivity by hideWakeUpAtActionButton() and showWakeUpAtActionButton().