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

Refactoring to using freezed #28

Closed wasabeef closed 4 years ago

wasabeef commented 4 years ago

What does this change?

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

Screenshots (Optional)

codecov-commenter commented 4 years ago

Codecov Report

Merging #28 into master will decrease coverage by 15.22%. The diff coverage is 15.90%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #28       +/-   ##
===========================================
- Coverage   73.98%   58.76%   -15.23%     
===========================================
  Files          38       41        +3     
  Lines         396      519      +123     
===========================================
+ Hits          293      305       +12     
- Misses        103      214      +111     
Impacted Files Coverage Δ
lib/data/model/article.dart 100.00% <ø> (+80.00%) :arrow_up:
lib/data/model/news.dart 100.00% <ø> (+58.33%) :arrow_up:
lib/data/model/source.dart 100.00% <ø> (+63.63%) :arrow_up:
lib/data/model/article.freezed.dart 8.97% <8.97%> (ø)
lib/data/model/source.freezed.dart 16.27% <16.27%> (ø)
lib/data/model/news.freezed.dart 17.77% <17.77%> (ø)
lib/data/model/article.g.dart 54.54% <50.00%> (-2.60%) :arrow_down:
lib/data/model/news.g.dart 66.66% <66.66%> (ø)
lib/data/model/source.g.dart 57.14% <66.66%> (ø)
... and 2 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 4bc5076...992bfca. Read the comment docs.