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

Move implementation modules to private directory #32

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Also add missing RackUnit dependency

Closes #30

codecov[bot] commented 7 years ago

Codecov Report

Merging #32 into master will increase coverage by 1.56%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   75.78%   77.34%   +1.56%     
==========================================
  Files          10       10              
  Lines         508      543      +35     
==========================================
+ Hits          385      420      +35     
  Misses        123      123
Impacted Files Coverage Δ
private/pool.rkt 32.96% <ø> (ø)
private/test.rkt 100% <ø> (ø)
info.rkt 100% <100%> (ø) :arrow_up:
main.rkt 46.31% <100%> (ø) :arrow_up:
scribblings/main.scrbl 100% <0%> (ø) :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 d07c323...160fe83. Read the comment docs.