cognitedata / oryx

.NET Cross platform and highly composable middleware for building web request handlers in F#
Apache License 2.0
202 stars 10 forks source link

Make sure we keep the context #54

Closed dbrattli closed 4 years ago

dbrattli commented 4 years ago

For the builder we must keep the context so we don't remove stuff like loggers when using the req builder.

codecov[bot] commented 4 years ago

Codecov Report

Merging #54 into master will decrease coverage by 0.08%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   78.54%   78.46%   -0.09%     
==========================================
  Files          10       10              
  Lines         261      260       -1     
  Branches       19       19              
==========================================
- Hits          205      204       -1     
  Misses         49       49              
  Partials        7        7              
Impacted Files Coverage Δ
src/Fetch.fs 83.33% <ø> (ø)
src/Handler.fs 64.19% <ø> (ø)
src/Builder.fs 70.58% <100.00%> (-1.64%) :arrow_down: