fluttercommunity / redux.dart

Redux for Dart
https://pub.dev/packages/redux
MIT License
516 stars 61 forks source link

Version 4.0.0 #53

Closed brianegan closed 4 years ago

brianegan commented 4 years ago

Attempts to address all feedback from the pub.dev site and from the Flutter GDE group. Note: I've added the ability to run tests and collect coverage via travis and codecov, but I do not have the ability to enable those services for this repo, so I'd need your help to do so!

brianegan commented 4 years ago

Oops, looks like travis is actually running -- would still need some kind of code coverage provider!

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@cb629ce). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #53   +/-   ##
========================================
  Coverage          ?   92.1%           
========================================
  Files             ?       2           
  Lines             ?      38           
  Branches          ?       0           
========================================
  Hits              ?      35           
  Misses            ?       3           
  Partials          ?       0
Impacted Files Coverage Δ
lib/src/utils.dart 100% <ø> (ø)
lib/src/store.dart 88% <100%> (ø)

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 cb629ce...1162d0c. Read the comment docs.

brianegan commented 4 years ago

And just as I say that, we have codecov enabled. My bad! This is great :) I'll add the coverage badge to the README.

tudor07 commented 4 years ago

Great work guys, really excited for this release. I like using Redux in Flutter a lot.