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 disposable testing module #40

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #25

codecov[bot] commented 7 years ago

Codecov Report

Merging #40 into master will increase coverage by 7.9%. The diff coverage is 96.11%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #40     +/-   ##
========================================
+ Coverage    76.6%   84.5%   +7.9%     
========================================
  Files          10      12      +2     
  Lines         530     652    +122     
========================================
+ Hits          406     551    +145     
+ Misses        124     101     -23
Impacted Files Coverage Δ
private/test.rkt 100% <ø> (ø) :arrow_up:
testing.rkt 100% <100%> (ø)
scribblings/main.scrbl 100% <100%> (ø) :arrow_up:
private/manage.rkt 100% <100%> (ø)
scribblings/base.rkt 100% <100%> (ø) :arrow_up:
private/pool.rkt 36.25% <33.33%> (+3.28%) :arrow_up:
main.rkt 62.85% <0%> (+17.02%) :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 58660f2...fcf505d. Read the comment docs.