rexyai / RestRserve

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

Rserve backend #97

Closed dselivanov closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #97 into dev will increase coverage by 0.18%. The diff coverage is 77.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #97      +/-   ##
==========================================
+ Coverage   92.46%   92.64%   +0.18%     
==========================================
  Files          25       27       +2     
  Lines        1260     1291      +31     
==========================================
+ Hits         1165     1196      +31     
  Misses         95       95
Impacted Files Coverage Δ
R/utils.R 97.61% <ø> (-0.21%) :arrow_down:
R/Request.R 88.23% <100%> (-4.12%) :arrow_down:
R/Response.R 96.8% <100%> (-0.31%) :arrow_down:
R/json.R 100% <100%> (ø) :arrow_up:
R/Application.R 98.01% <100%> (+16.16%) :arrow_up:
R/AuthMiddleware.R 100% <100%> (ø) :arrow_up:
R/BackendRserve.R 70.89% <70.89%> (ø)
R/CORSMiddleware.R 96% <96%> (ø)

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 2e91627...5d200a8. Read the comment docs.

dselivanov commented 4 years ago

This PR is already too big. I'm merging it now. Then we need to improve test coverage a little bit and submit to CRAN.