rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
276 stars 32 forks source link

Make ContentHandlers a public member of the EncodeDecodeMiddleware #119

Closed dselivanov closed 4 years ago

dselivanov commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #119 into dev will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #119      +/-   ##
==========================================
+ Coverage   89.78%   89.79%   +<.01%     
==========================================
  Files          26       26              
  Lines        1302     1303       +1     
==========================================
+ Hits         1169     1170       +1     
  Misses        133      133
Impacted Files Coverage Δ
R/Application.R 98.06% <ø> (ø) :arrow_up:
R/HTTPError.R 100% <ø> (ø) :arrow_up:
R/EncodeDecodeMiddleware.R 96.51% <100%> (ø)

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 ecdb2fc...52df819. Read the comment docs.