simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

Make sumBy generic #127

Closed MohiuddinM closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #127 (1da5def) into master (bc6ced2) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   96.19%   96.20%           
=======================================
  Files          10       10           
  Lines         657      658    +1     
=======================================
+ Hits          632      633    +1     
  Misses         25       25           
Impacted Files Coverage Δ
lib/src/iterable.dart 99.55% <100.00%> (+<0.01%) :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 bc6ced2...1da5def. Read the comment docs.

passsy commented 3 years ago

Fantastic. I'll also apply that change on kt_dart 👏