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

More tests #65

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #53

codecov[bot] commented 7 years ago

Codecov Report

Merging #65 into master will increase coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #65     +/-   ##
=======================================
+ Coverage   99.69%   100%   +0.3%     
=======================================
  Files          11     12      +1     
  Lines         661    664      +3     
=======================================
+ Hits          659    664      +5     
+ Misses          2      0      -2
Impacted Files Coverage Δ
private/syntax.rkt 100% <100%> (ø)
private/pool.rkt 100% <100%> (+1.07%) :arrow_up:
main.rkt 100% <100%> (+0.98%) :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 143b328...95570fa. Read the comment docs.