scalaz / testz

The pure testing library by scalaz.
Other
89 stars 13 forks source link

Remove fold stuff #24

Closed edmundnoble closed 6 years ago

edmundnoble commented 6 years ago

This belongs in Sz8, not testz.

codecov-io commented 6 years ago

Codecov Report

Merging #24 into master will increase coverage by 33.75%. The diff coverage is 89.41%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #24       +/-   ##
===========================================
+ Coverage   49.24%   82.99%   +33.75%     
===========================================
  Files          14       17        +3     
  Lines         264      441      +177     
  Branches       29       23        -6     
===========================================
+ Hits          130      366      +236     
+ Misses        134       75       -59
Impacted Files Coverage Δ
util/shared/src/main/scala/testz/futureUtil.scala 100% <ø> (+69.23%) :arrow_up:
...c/main/scala/testz/benchmarks/PureBenchmarks.scala 0% <0%> (ø)
specs2/shared/src/main/scala/testz/specs2.scala 0% <0%> (ø) :arrow_up:
tests/src/main/scala/testz/PropertySuite.scala 100% <100%> (ø) :arrow_up:
tests/src/main/scala/testz/ScalazSuite.scala 100% <100%> (ø)
core/shared/src/main/scala/testz/core.scala 100% <100%> (ø)
tests/src/main/scala/testz/ExtrasSuite.scala 100% <100%> (ø) :arrow_up:
core/shared/src/main/scala/testz/package.scala 100% <100%> (ø) :arrow_up:
tests/src/main/scala/testz/Main.scala 100% <100%> (ø) :arrow_up:
tests/src/main/scala/testz/StdlibSuite.scala 100% <100%> (+28.57%) :arrow_up:
... and 14 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 2a4e039...3aa5c61. Read the comment docs.