wheaties / AutoLifts

Automatic functional lifting, mapping and folding.
Apache License 2.0
65 stars 4 forks source link

Cats support #36

Closed frosforever closed 8 years ago

frosforever commented 8 years ago

Connects to #13

Still outstanding is fixing FilterTests with NEL / OneAnd.

There are also difference in FoldRight between ScalaZ and Cats (pass by reference vs using Eval) but I think it looks right. If nothing else this is a first pas in the right direction.

codecov-io commented 8 years ago

Current coverage is 61.32%

Merging #36 into develop will increase coverage by +5.38% as of 61a5390

@@            develop     #36   diff @@
=======================================
  Files            40      57    +17
  Stmts           143     212    +69
  Branches          0       0       
  Methods           0       0       
=======================================
+ Hit              80     130    +50
  Partial           0       0       
- Missed           63      82    +19

Review entire Coverage Diff as of 61a5390

Powered by Codecov. Updated on successful CI builds.

wheaties commented 8 years ago

Many, many thanks. This is stellar!