scalaz / testz

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

Bracket #12

Closed edmundnoble closed 6 years ago

edmundnoble commented 6 years ago

I may have also added Travis credentials.

/cc @alexknvl

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will decrease coverage by 4.26%. The diff coverage is 44.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #12      +/-   ##
=========================================
- Coverage   53.57%   49.3%   -4.27%     
=========================================
  Files          12      14       +2     
  Lines         196     215      +19     
  Branches        8      13       +5     
=========================================
+ Hits          105     106       +1     
- Misses         91     109      +18
Impacted Files Coverage Δ
specs2/src/main/scala/testz/specs2.scala 0% <0%> (ø) :arrow_up:
core/src/main/scala/testz/package.scala 100% <100%> (ø)
runner/src/main/scala/testz/runner/Suite.scala 100% <100%> (+33.33%) :arrow_up:
tests/src/main/scala/testz/Main.scala 100% <100%> (ø) :arrow_up:
runner/src/main/scala/testz/runner/Runner.scala 84.61% <100%> (ø) :arrow_up:
tests/src/main/scala/testz/ExhaustiveSuite.scala 100% <100%> (ø) :arrow_up:
scalaz/src/main/scala/testz/z.scala 28.57% <13.79%> (-7.43%) :arrow_down:
...roperty-scalaz/src/main/scala/testz/property.scala 40.9% <37.5%> (-4.1%) :arrow_down:
stdlib/src/main/scala/testz/stdlib.scala 38.09% <38.09%> (-13.76%) :arrow_down:
core/src/main/scala/testz/data.scala 71.42% <71.42%> (ø)
... and 3 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 ab515a6...2b8ccba. Read the comment docs.