jembi / openhim-mediator-mapping

An OpenHIM mediator for mapping incoming content to a different format
https://jembi.github.io/openhim-mediator-mapping/
MIT License
3 stars 6 forks source link

Add transforms data to the extractable params #101

Closed MattyJ007 closed 4 years ago

MattyJ007 commented 4 years ago

We require access to all the data within allData to allow flexible configuration

TRACE-156

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@73c715c). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #101   +/-   ##
=========================================
  Coverage          ?   98.36%           
=========================================
  Files             ?       21           
  Lines             ?      795           
  Branches          ?        0           
=========================================
  Hits              ?      782           
  Misses            ?       13           
  Partials          ?        0           
Impacted Files Coverage Δ
src/middleware/externalRequests.js 97.26% <100.00%> (ø)
src/middleware/mapper.js 100.00% <0.00%> (ø)
src/logger.js 100.00% <0.00%> (ø)
src/util.js 97.50% <0.00%> (ø)
src/routes.js 100.00% <0.00%> (ø)
src/db/services/endpoints/cache.js 92.30% <0.00%> (ø)
src/config.js 100.00% <0.00%> (ø)
src/middleware/initiate.js 100.00% <0.00%> (ø)
src/openhim.js 93.02% <0.00%> (ø)
... and 12 more

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 73c715c...6655e35. Read the comment docs.