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 some more tests #60

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #52 Closes #50 Closes #49

codecov-io commented 7 years ago

Codecov Report

Merging #60 into master will increase coverage by 2.57%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage    96.5%   99.07%   +2.57%     
==========================================
  Files          12       11       -1     
  Lines         658      651       -7     
==========================================
+ Hits          635      645      +10     
+ Misses         23        6      -17
Impacted Files Coverage Δ
file.rkt 100% <ø> (+42.85%) :arrow_up:
private/test.rkt 100% <ø> (ø) :arrow_up:
info.rkt 100% <100%> (ø) :arrow_up:
example.rkt
main.rkt 98.03% <0%> (+5.88%) :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 5a4e890...f01fcf9. Read the comment docs.