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

refactor(error): add try-catch wrapper #43

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?

codecov-io commented 3 years ago

Codecov Report

Merging #43 (85307e0) into master (eb42f63) will decrease coverage by 0.15%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   47.25%   47.10%   -0.16%     
==========================================
  Files          37       37              
  Lines         529      535       +6     
==========================================
+ Hits          250      252       +2     
- Misses        279      283       +4     
Impacted Files Coverage Δ
lib/data/model/result.dart 20.00% <25.00%> (+20.00%) :arrow_up:
lib/data/repository/news_repository_impl.dart 100.00% <100.00%> (+40.00%) :arrow_up:

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 eb42f63...85307e0. Read the comment docs.