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 more Racket versions #87

Closed jackfirth closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #87   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          15     15           
  Lines         836    836           
=====================================
  Hits          836    836
Impacted Files Coverage Δ
disposable-test/test.rkt 100% <ø> (ø) :arrow_up:
disposable-test/test-testing.rkt 100% <ø> (ø) :arrow_up:
disposable/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 79eadaa...b776e66. Read the comment docs.