rexyai / RestRserve

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

0.2.1 RC #135

Closed dselivanov closed 4 years ago

dselivanov commented 4 years ago

fixes #132

dselivanov commented 4 years ago

R/BackendRserve.R:7:1: style: Lines should not be more than 120 characters.

​#' [See http.c in Rserve](https://github.com/s-u/Rserve/blob/e6b2b6b10e92b6e201d34a05394b2186fda30696/src/http.c#L353-L372)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
codecov[bot] commented 4 years ago

Codecov Report

Merging #135 into master will increase coverage by 3.33%. The diff coverage is 94.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage    89.2%   92.54%   +3.33%     
==========================================
  Files          26       27       +1     
  Lines        1316     1315       -1     
==========================================
+ Hits         1174     1217      +43     
+ Misses        142       98      -44
Impacted Files Coverage Δ
src/utils.cpp 54.54% <ø> (ø) :arrow_up:
src/url_encode.cpp 100% <ø> (+100%) :arrow_up:
R/AuthBackend.R 100% <ø> (ø) :arrow_up:
R/Response.R 96.8% <ø> (ø) :arrow_up:
src/url_decode.cpp 95.65% <ø> (+95.65%) :arrow_up:
R/Application.R 96.71% <ø> (ø) :arrow_up:
R/CORSMiddleware.R 96% <ø> (ø) :arrow_up:
R/Router.R 98.76% <ø> (ø) :arrow_up:
R/BackendRserve.R 71.31% <ø> (ø) :arrow_up:
R/AuthBackendBasic.R 100% <ø> (ø) :arrow_up:
... and 15 more

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 7ce12cb...68c6cf7. Read the comment docs.