Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractMviViewModel and AbstractMviActivity #54

Merged
merged 22 commits into from
Nov 4, 2021
Merged

AbstractMviViewModel and AbstractMviActivity #54

merged 22 commits into from
Nov 4, 2021

Conversation

hoc081098
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #54 (4a9f804) into master (68fade1) will decrease coverage by 1.24%.
The diff coverage is 4.73%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #54      +/-   ##
============================================
- Coverage     27.53%   26.29%   -1.25%     
+ Complexity       57       54       -3     
============================================
  Files            41       43       +2     
  Lines          1017     1046      +29     
  Branches         85      101      +16     
============================================
- Hits            280      275       -5     
- Misses          734      768      +34     
  Partials          3        3              
Impacted Files Coverage Δ
.../src/main/java/com/hoc/flowmvi/core/FlowBinding.kt 0.00% <ø> (ø)
...rc/main/java/com/hoc/flowmvi/ui/add/AddActivity.kt 0.00% <0.00%> (ø)
...rc/main/java/com/hoc/flowmvi/ui/add/AddContract.kt 0.00% <0.00%> (ø)
...-add/src/main/java/com/hoc/flowmvi/ui/add/AddVM.kt 0.00% <0.00%> (ø)
.../main/java/com/hoc/flowmvi/ui/main/MainActivity.kt 0.00% <0.00%> (ø)
...n/java/com/hoc/flowmvi/ui/search/SearchActivity.kt 0.00% <0.00%> (ø)
...n/java/com/hoc/flowmvi/ui/search/SearchContract.kt 0.00% <0.00%> (ø)
...ain/java/com/hoc/flowmvi/ui/search/SearchModule.kt 0.00% <0.00%> (ø)
...rc/main/java/com/hoc/flowmvi/ui/search/SearchVM.kt 0.00% <0.00%> (ø)
...va/com/hoc/flowmvi/mvi_base/AbstractMviActivity.kt 0.00% <0.00%> (ø)
... and 3 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 68fade1...4a9f804. Read the comment docs.

@hoc081098 hoc081098 changed the title BaseMviViewModel AbstractMviViewModel Nov 3, 2021
@hoc081098 hoc081098 changed the title AbstractMviViewModel AbstractMviViewModel and AbstractMviActivity Nov 3, 2021
@hoc081098 hoc081098 merged commit 5151982 into master Nov 4, 2021
@hoc081098 hoc081098 deleted the base-vm branch November 4, 2021 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant