Closed jmg1138 closed 3 years ago
Merging #65 (8654f3f) into main (360e9a7) will not change coverage. The diff coverage is
0.00%
.
@@ 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.
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.