aspirebudgetingmobile / aspirebudgeting_ios

An independent community driven app for the Aspire Budget Google Sheet
GNU General Public License v3.0
54 stars 14 forks source link

Generic View Models #131

Closed mohitathwani closed 3 years ago

mohitathwani commented 3 years ago

Delivers generic view models for better code reuse

codecov-io commented 3 years ago

Codecov Report

Merging #131 (d386529) into master (f234a91) will increase coverage by 1.25%. The diff coverage is 60.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage   42.98%   44.23%   +1.25%     
==========================================
  Files          80       81       +1     
  Lines        2885     2898      +13     
==========================================
+ Hits         1240     1282      +42     
+ Misses       1645     1616      -29     
Impacted Files Coverage Δ
Aspire Budgeting/Facilities/AppCoordinator.swift 38.21% <0.00%> (-4.14%) :arrow_down:
...pire Budgeting/ViewModels/DashboardViewModel.swift 0.00% <0.00%> (ø)
Aspire Budgeting/Views/AccountBalancesView.swift 0.00% <0.00%> (ø)
...pire Budgeting/Views/Dashboard/DashboardView.swift 0.00% <0.00%> (ø)
Aspire Budgeting/ViewModels/ViewModel.swift 100.00% <100.00%> (ø)
Aspire BudgetingTests/ViewModelTests.swift 100.00% <100.00%> (ø)

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 f234a91...d386529. Read the comment docs.