unblinking / recipe-report

🗃 recipe.report monorepo
https://www.recipe.report
GNU Affero General Public License v3.0
1 stars 0 forks source link

Content type #65

Closed jmg1138 closed 2 years ago

jmg1138 commented 2 years ago

Mainly changed the expressjs wrapper so that now we're using the json and urlencoded parsers from the express module instead of from the body-parser module. This is new since Express v4.16.0 onwards.

codecov[bot] commented 2 years ago

Codecov Report

Merging #65 (8654f3f) into main (360e9a7) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main     #65   +/-   ##
=====================================
  Coverage   9.28%   9.28%           
=====================================
  Files         32      32           
  Lines        711     711           
  Branches      81      81           
=====================================
  Hits          66      66           
  Misses       602     602           
  Partials      43      43           
Impacted Files Coverage Δ
src/recipereport.ts 0.00% <0.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 9a49d75...8654f3f. Read the comment docs.