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

Make disposable-test imply disposable #75

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Cooperates better with the package server’s “todos”

codecov[bot] commented 7 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #75   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     15           
  Lines         776    778    +2     
=====================================
+ Hits          776    778    +2
Impacted Files Coverage Δ
disposable-test/info.rkt 100% <100%> (ø) :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 b81cc17...15a1678. Read the comment docs.