rexyai / RestRserve

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

Dev #148

Closed dselivanov closed 4 years ago

dselivanov commented 4 years ago

R/Router.R:168:9: style: Place a space before left parenthesis, except in a function call.

​      if(identical(prefix, "")) {
        ^
codecov[bot] commented 4 years ago

Codecov Report

Merging #148 into master will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   94.90%   94.98%   +0.08%     
==========================================
  Files          27       27              
  Lines        1275     1277       +2     
==========================================
+ Hits         1210     1213       +3     
+ Misses         65       64       -1     
Impacted Files Coverage Δ
R/Application.R 96.71% <ø> (ø)
R/utils.R 87.50% <ø> (ø)
R/BackendRserve.R 94.73% <100.00%> (+0.11%) :arrow_up:
R/HTTPError.R 100.00% <100.00%> (ø)
R/Request.R 89.47% <100.00%> (-0.10%) :arrow_down:
R/Router.R 98.80% <100.00%> (+0.04%) :arrow_up:
src/parse_multipart.cpp 98.78% <100.00%> (+1.16%) :arrow_up:

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 25ca00a...7bdc23e. Read the comment docs.