wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

Add some methods for Error Handling #44

Closed wasabeef closed 3 years ago

wasabeef commented 3 years ago

What does this change?

What is the value of this and can you measure success?

Pass CI.

codecov-io commented 3 years ago

Codecov Report

Merging #44 (0115924) into master (88447aa) will decrease coverage by 2.11%. The diff coverage is 16.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
- Coverage   47.10%   44.99%   -2.12%     
==========================================
  Files          37       37              
  Lines         535      549      +14     
==========================================
- Hits          252      247       -5     
- Misses        283      302      +19     
Impacted Files Coverage Δ
lib/data/model/result.dart 12.00% <6.25%> (-8.00%) :arrow_down:
lib/data/model/result.freezed.dart 11.23% <37.50%> (+1.59%) :arrow_up:
lib/data/app_error.dart 82.35% <0.00%> (-5.46%) :arrow_down:

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 88447aa...0115924. Read the comment docs.