rexyai / RestRserve

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

Rework R6 docs with roxygen2 native support #134

Closed artemklevtsov closed 4 years ago

artemklevtsov commented 4 years ago

Now used inline methods and fields doc comments.

codecov[bot] commented 4 years ago

Codecov Report

Merging #134 into dev will increase coverage by 3.26%. The diff coverage is 94.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #134      +/-   ##
==========================================
+ Coverage   89.28%   92.54%   +3.26%     
==========================================
  Files          26       27       +1     
  Lines        1316     1315       -1     
==========================================
+ Hits         1175     1217      +42     
+ Misses        141       98      -43
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 13 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 9760402...f0aff07. Read the comment docs.