rexyai / RestRserve

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

Add of js and png default encoders #165

Closed sambaala closed 3 years ago

sambaala commented 3 years ago
lintr-bot commented 3 years ago

inst/tinytest/test-cl-content-handler.R:19:1: style: Lines should not be more than 120 characters.

​expect_equal(sort(names(obj$list())), sort(c("application/json", "text/plain", "text/html", "text/css", "application/javascript", "image/png")))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
codecov[bot] commented 3 years ago

Codecov Report

Merging #165 into dev will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #165   +/-   ##
=======================================
  Coverage   94.98%   94.99%           
=======================================
  Files          27       27           
  Lines        1277     1279    +2     
=======================================
+ Hits         1213     1215    +2     
  Misses         64       64           
Impacted Files Coverage Δ
R/ContentHandlersFactory.R 95.58% <100.00%> (+0.13%) :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 d17808d...07b9d22. Read the comment docs.