Clean-MVVM-ArchComponents icon indicating copy to clipboard operation
Clean-MVVM-ArchComponents copied to clipboard

Update dependencies

Open alireza-rafeezadeh opened this issue 3 years ago • 1 comments

Updated dependencies Changed jacoco gradle plugin dependency due to its problem with newer versions of gradle https://github.com/arturdm/jacoco-android-gradle-plugin/issues/72 https://plugins.gradle.org/plugin/com.hiya.jacoco-android

alireza-rafeezadeh avatar May 25 '21 09:05 alireza-rafeezadeh

Codecov Report

Merging #137 (e6fe369) into develop (641213f) will decrease coverage by 8.54%. The diff coverage is n/a.

:exclamation: Current head e6fe369 differs from pull request most recent head 6c1b0e1. Consider uploading reports for the commit 6c1b0e1 to get more accurate results Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #137      +/-   ##
=============================================
- Coverage      67.83%   59.28%   -8.55%     
- Complexity         0      163     +163     
=============================================
  Files             43       44       +1     
  Lines            628      646      +18     
  Branches         110      119       +9     
=============================================
- Hits             426      383      -43     
- Misses           134      175      +41     
- Partials          68       88      +20     
Impacted Files Coverage Δ
...tlin/com/k0d4black/theforce/TheForceApplication.kt 0.00% <0.00%> (-100.00%) :arrow_down:
...k0d4black/theforce/mappers/PresentationToDomain.kt 0.00% <0.00%> (-75.00%) :arrow_down:
...otlin/com/k0d4black/theforce/commons/Converters.kt 50.00% <0.00%> (-50.00%) :arrow_down:
...k0d4black/theforce/mappers/DomainToPresentation.kt 50.00% <0.00%> (-50.00%) :arrow_down:
.../com/k0d4black/theforce/viewmodel/BaseViewModel.kt 66.66% <0.00%> (-33.34%) :arrow_down:
.../k0d4black/theforce/viewmodel/FavoriteViewModel.kt 60.00% <0.00%> (-28.24%) :arrow_down:
...com/k0d4black/theforce/commons/ExceptionHandler.kt 75.00% <0.00%> (-25.00%) :arrow_down:
.../theforce/viewmodel/DashboardFavoritesViewModel.kt 57.14% <0.00%> (-21.12%) :arrow_down:
...ack/theforce/viewmodel/CharacterDetailViewModel.kt 58.69% <0.00%> (-20.38%) :arrow_down:
...ack/theforce/viewmodel/DashboardSearchViewModel.kt 78.57% <0.00%> (-8.93%) :arrow_down:
... and 12 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 641213f...6c1b0e1. Read the comment docs.

codecov[bot] avatar Jun 15 '21 14:06 codecov[bot]