apache / openwhisk-client-js

JavaScript client library for the Apache OpenWhisk platform
https://openwhisk.apache.org/
Apache License 2.0
83 stars 53 forks source link

Propagate __OW_TRANSACTION_ID if present #208

Closed tripodsan closed 4 years ago

tripodsan commented 4 years ago

fixes #207

codecov-io commented 4 years ago

Codecov Report

Merging #208 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #208   +/-   ##
=======================================
  Coverage   99.05%   99.06%           
=======================================
  Files          14       14           
  Lines         425      427    +2     
=======================================
+ Hits          421      423    +2     
  Misses          4        4           
Impacted Files Coverage Δ
lib/client.js 98.91% <100.00%> (+0.02%) :arrow_up:

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 7c33707...c8a111e. Read the comment docs.

tripodsan commented 4 years ago

@tysonnorris do you know who would review this?

tysonnorris commented 4 years ago

LGTM - will ask on dev list if anyone objects to make this always on vs an opt-in feature.