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

Return errors instead of pushing down. #9

Closed dbrattli closed 5 years ago

dbrattli commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@518af13). Click here to learn what that means. The diff coverage is 9.09%.

@@            Coverage Diff            @@
##             master       #9   +/-   ##
=========================================
  Coverage          ?   14.69%           
=========================================
  Files             ?        8           
  Lines             ?      279           
  Branches          ?       29           
=========================================
  Hits              ?       41           
  Misses            ?      238           
  Partials          ?        0
Impacted Files Coverage Δ
src/Error.fs 19.44% <ø> (ø)
src/Handler.fs 13.95% <0%> (ø)
src/Builder.fs 0% <0%> (ø)
src/Encode.fs 0% <0%> (ø)
src/Context.fs 68.29% <50%> (ø)