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

GT-1064 Update dagger hilt ViewModel support #1515

Merged
merged 10 commits into from Jan 29, 2021
Merged

Conversation

frett
Copy link
Contributor

@frett frett commented Jan 29, 2021

I had to refactor how I was leveraging ViewModels for the tools list adapter due to google/dagger#2328

dependabot-preview bot and others added 9 commits January 29, 2021 09:37
Bumps `deps.hilt` from 2.30.1-alpha to 2.31.2-alpha.

Updates `hilt-android-gradle-plugin` from 2.30.1-alpha to 2.31.2-alpha
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/commits)

Updates `hilt-android` from 2.30.1-alpha to 2.31.2-alpha
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/commits)

Updates `hilt-compiler` from 2.30.1-alpha to 2.31.2-alpha
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/commits)

Updates `hilt-android-testing` from 2.30.1-alpha to 2.31.2-alpha
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Jan 29, 2021

Codecov Report

Merging #1515 (4d5ffe2) into develop (d87f883) will decrease coverage by 0.01%.
The diff coverage is 6.12%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1515      +/-   ##
===========================================
- Coverage    26.39%   26.38%   -0.02%     
===========================================
  Files          248      248              
  Lines         5644     5648       +4     
  Branches       938      943       +5     
===========================================
  Hits          1490     1490              
- Misses        3853     3857       +4     
  Partials       301      301              
Impacted Files Coverage Δ
.../godtools/ui/languages/LanguageSettingsFragment.kt 0.00% <0.00%> (ø)
...odtools/ui/languages/LanguagesFragmentViewModel.kt 0.00% <0.00%> (ø)
.../cru/godtools/ui/profile/GlobalActivityFragment.kt 0.00% <0.00%> (ø)
...ols/ui/tooldetails/ToolDetailsFragmentDataModel.kt 0.00% <0.00%> (ø)
...ain/java/org/cru/godtools/ui/tools/ToolsAdapter.kt 0.00% <0.00%> (ø)
...org/cru/godtools/ui/tools/ToolsAdapterViewModel.kt 0.00% <0.00%> (ø)
...rg/cru/godtools/ui/tools/ToolsFragmentDataModel.kt 0.00% <0.00%> (ø)
.../cru/godtools/analytics/LaunchTrackingViewModel.kt 0.00% <0.00%> (ø)
...cru/godtools/article/aem/ui/AemArticleViewModel.kt 0.00% <0.00%> (ø)
...e/tool/activity/BaseSingleToolActivityDataModel.kt 0.00% <0.00%> (ø)
... and 7 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 d87f883...4d5ffe2. Read the comment docs.

@frett frett merged commit ec5386f into develop Jan 29, 2021
@frett frett deleted the daggerHiltViewModels branch January 29, 2021 19:45
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

2 participants