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

Handle response after adding a transaction #135

Closed mohitathwani closed 3 years ago

mohitathwani commented 3 years ago

Displays a success/error message after transaction is added

codecov-io commented 3 years ago

Codecov Report

Merging #135 (d8da59b) into master (dd34be6) will decrease coverage by 0.20%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   47.25%   47.05%   -0.21%     
==========================================
  Files          83       83              
  Lines        3045     3058      +13     
==========================================
  Hits         1439     1439              
- Misses       1606     1619      +13     
Impacted Files Coverage Δ
Aspire Budgeting/Facilities/AppCoordinator.swift 34.05% <0.00%> (ø)
...re Budgeting/Facilities/GoogleContentManager.swift 59.62% <0.00%> (-1.15%) :arrow_down:
...Budgeting/ViewModels/AddTransactionViewModel.swift 0.00% <0.00%> (ø)
Aspire Budgeting/Views/AddTransactionView.swift 0.00% <0.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 dd34be6...16d271d. Read the comment docs.

github-actions[bot] commented 3 years ago
2 Warnings
:warning: Consider to place some MARK: lines for files over 200 lines big.
:warning: Aspire BudgetingTests/GoogleContentManagerTests.swift#L11 - Consider using final for this class or use a struct (final_class)

Generated by :no_entry_sign: Danger