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

OHIE-430 - Use axios config as source of orcehstration data #110

Closed rcrichton closed 4 years ago

rcrichton commented 4 years ago

This ensure that all parameters and data are resolved when creating orchestrations. This is the correct place to capture orchestration data as it represents the final state of the request.

codecov[bot] commented 4 years ago

Codecov Report

Merging #110 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   97.51%   97.51%   -0.01%     
==========================================
  Files          21       21              
  Lines         806      804       -2     
==========================================
- Hits          786      784       -2     
  Misses         20       20              
Impacted Files Coverage Δ
src/middleware/mapper.js 100.00% <ø> (ø)
src/middleware/parser.js 100.00% <ø> (ø)
src/middleware/externalRequests.js 97.35% <100.00%> (+0.01%) :arrow_up:
src/orchestrations.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 5440e47...1258199. Read the comment docs.