jackfirth / racket-disposable

An experimental Racket library providing an abstraction for values associated with external resources that allows automatic resource pooling, per-thread virtual construction, and monadic composition
Apache License 2.0
7 stars 0 forks source link

Add tests #42

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #14

codecov[bot] commented 7 years ago

Codecov Report

Merging #42 into master will increase coverage by 12.22%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #42       +/-   ##
===========================================
+ Coverage   84.12%   96.34%   +12.22%     
===========================================
  Files          12       12               
  Lines         611      657       +46     
===========================================
+ Hits          514      633      +119     
+ Misses         97       24       -73
Impacted Files Coverage Δ
private/test.rkt 100% <ø> (ø) :arrow_up:
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
main.rkt 93.65% <0%> (+30.1%) :arrow_up:
private/pool.rkt 93.75% <0%> (+57.5%) :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 1abd956...7edd814. Read the comment docs.