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.2 RC #140

Closed dselivanov closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #140 into master will increase coverage by 2.35%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   92.54%   94.90%   +2.35%     
==========================================
  Files          27       27              
  Lines        1315     1275      -40     
==========================================
- Hits         1217     1210       -7     
+ Misses         98       65      -33     
Impacted Files Coverage Δ
R/BackendRserve.R 94.62% <100.00%> (+23.30%) :arrow_up:
src/format_cookies.cpp 100.00% <100.00%> (ø)
src/format_headers.cpp 100.00% <100.00%> (ø)
src/parse_cookies.cpp 100.00% <100.00%> (ø)
src/parse_headers.cpp 100.00% <100.00%> (ø)
src/parse_multipart.cpp 97.61% <100.00%> (-1.17%) :arrow_down:
src/url_decode.cpp 95.65% <100.00%> (ø)
src/url_encode.cpp 100.00% <100.00%> (ø)
src/nonstd/string_view.hpp 96.00% <0.00%> (-0.78%) :arrow_down:
R/Request.R 89.56% <0.00%> (+1.73%) :arrow_up:
... and 1 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 68c6cf7...e42897d. Read the comment docs.