Closed dellisd closed 5 years ago
Merging #75 into master will increase coverage by
1.19%
. The diff coverage is32.98%
.
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 27.66% 28.86% +1.19%
==========================================
Files 66 70 +4
Lines 864 939 +75
Branches 128 133 +5
==========================================
+ Hits 239 271 +32
- Misses 577 616 +39
- Partials 48 52 +4
Impacted Files | Coverage Δ | |
---|---|---|
...src/main/java/ca/llamabagel/transpo/data/Result.kt | 42.85% <ø> (ø) |
:arrow_up: |
...java/ca/llamabagel/transpo/home/ui/MainActivity.kt | 0% <ø> (ø) |
:arrow_up: |
...a/llamabagel/transpo/home/ui/LiveUpdatesAdapter.kt | 0% <0%> (ø) |
|
...el/transpo/home/domain/UpdateLiveUpdatesUseCase.kt | 0% <0%> (ø) |
|
...java/ca/llamabagel/transpo/home/ui/HomeFragment.kt | 0% <0%> (ø) |
:arrow_up: |
...l/transpo/home/domain/GetLiveUpdatesDataUseCase.kt | 0% <0%> (ø) |
|
...ava/ca/llamabagel/transpo/home/ui/HomeViewModel.kt | 0% <0%> (ø) |
:arrow_up: |
.../java/ca/llamabagel/transpo/data/api/ApiService.kt | 100% <100%> (ø) |
|
...mabagel/transpo/home/data/LiveUpdatesRepository.kt | 65.85% <65.85%> (ø) |
|
.../ca/llamabagel/transpo/di/TransitDatabaseModule.kt | 72.72% <66.66%> (+2.13%) |
:arrow_up: |
... and 5 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 d193f00...55f5602. Read the comment docs.
Merging #75 into master will increase coverage by
1.19%
. The diff coverage is32.98%
.
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 27.66% 28.86% +1.19%
==========================================
Files 66 70 +4
Lines 864 939 +75
Branches 128 133 +5
==========================================
+ Hits 239 271 +32
- Misses 577 616 +39
- Partials 48 52 +4
Impacted Files | Coverage Δ | |
---|---|---|
...src/main/java/ca/llamabagel/transpo/data/Result.kt | 42.85% <ø> (ø) |
:arrow_up: |
...java/ca/llamabagel/transpo/home/ui/MainActivity.kt | 0% <ø> (ø) |
:arrow_up: |
...a/llamabagel/transpo/home/ui/LiveUpdatesAdapter.kt | 0% <0%> (ø) |
|
...el/transpo/home/domain/UpdateLiveUpdatesUseCase.kt | 0% <0%> (ø) |
|
...java/ca/llamabagel/transpo/home/ui/HomeFragment.kt | 0% <0%> (ø) |
:arrow_up: |
...l/transpo/home/domain/GetLiveUpdatesDataUseCase.kt | 0% <0%> (ø) |
|
...ava/ca/llamabagel/transpo/home/ui/HomeViewModel.kt | 0% <0%> (ø) |
:arrow_up: |
.../java/ca/llamabagel/transpo/data/api/ApiService.kt | 100% <100%> (ø) |
|
...mabagel/transpo/home/data/LiveUpdatesRepository.kt | 65.85% <65.85%> (ø) |
|
.../ca/llamabagel/transpo/di/TransitDatabaseModule.kt | 72.72% <66.66%> (+2.13%) |
:arrow_up: |
... and 5 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 d193f00...55f5602. Read the comment docs.
Added corresponding API and SQLITE implementations Moved toolbar to HomeFragment from MainActivity. MapFragment's search bar will be implemented later. Fixed fragments bottom margin on MainActivity Moved Download data button to toolbar menu
Checklist
./gradlew test connectedAndroidTest detekt
upstream/master
Screenshots