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

Check duplicate identifiers and nonempty body expressions #29

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

Closes #13

codecov[bot] commented 7 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.02%. The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage    75.8%   75.77%   -0.03%     
==========================================
  Files           9       10       +1     
  Lines         500      516      +16     
==========================================
+ Hits          379      391      +12     
- Misses        121      125       +4
Impacted Files Coverage Δ
main.rkt 46.31% <55.55%> (+1.37%) :arrow_up:
file.rkt 54.16% <0%> (-2.98%) :arrow_down:
info.rkt 100% <0%> (ø) :arrow_up:
scribblings/base.rkt 100% <0%> (ø) :arrow_up:
test.rkt 100% <0%> (ø)

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 7989ce0...0425b08. Read the comment docs.