herbsjs / herbs2rest

Create a REST API based on HerbsJS
MIT License
2 stars 13 forks source link

Improvements in mapping an array #11

Closed gabrielmellooliveira closed 3 years ago

gabrielmellooliveira commented 3 years ago

Improvements for using arrays

codecov[bot] commented 3 years ago

Codecov Report

Merging #11 (155036d) into main (b57cc3f) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         5    +1     
  Lines           82        99   +17     
=========================================
+ Hits            82        99   +17     
Impacted Files Coverage Δ
src/generateRoutes.js 100.00% <ø> (ø)
src/helpers/castRequest.js 100.00% <100.00%> (ø)
src/helpers/castRequestParams.js 100.00% <100.00%> (ø)
src/helpers/req2request.js 100.00% <100.00%> (ø)

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 b57cc3f...155036d. Read the comment docs.

jhomarolo commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: