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

Switch from part structure to export layout #169

Closed passsy closed 1 year ago

passsy commented 1 year ago

Makes the SortedList constructor public

codecov[bot] commented 1 year ago

Codecov Report

Merging #169 (2481b9a) into master (34cfa79) will increase coverage by 0.32%. The diff coverage is 87.50%.

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
+ Coverage   98.02%   98.35%   +0.32%     
==========================================
  Files          13       13              
  Lines         910      910              
==========================================
+ Hits          892      895       +3     
+ Misses         18       15       -3     
Impacted Files Coverage Δ
lib/src/arithmetic.dart 100.00% <ø> (ø)
lib/src/comparable.dart 100.00% <ø> (ø)
lib/src/comparator.dart 83.33% <ø> (+16.66%) :arrow_up:
lib/src/function.dart 100.00% <ø> (ø)
lib/src/int.dart 100.00% <ø> (ø)
lib/src/iterable_num.dart 100.00% <ø> (ø)
lib/src/list.dart 83.33% <ø> (ø)
lib/src/map.dart 100.00% <ø> (ø)
lib/src/num.dart 100.00% <ø> (ø)
lib/src/range.dart 100.00% <ø> (ø)
... and 3 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more