serverless / serverless-openwhisk

Adds Apache OpenWhisk support to the Serverless Framework!
http://openwhisk.org/
MIT License
143 stars 46 forks source link

Only prepend https protocol to API host if one is not already specified. #177

Closed rabbah closed 5 years ago

rabbah commented 5 years ago

This is related to #174.

codecov[bot] commented 5 years ago

Codecov Report

Merging #177 into master will decrease coverage by 82.33%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #177       +/-   ##
==========================================
- Coverage   85.03%   2.69%   -82.34%     
==========================================
  Files          47       5       -42     
  Lines        1831     408     -1423     
  Branches      379      97      -282     
==========================================
- Hits         1557      11     -1546     
- Misses        274     397      +123
Impacted Files Coverage Δ
compile/apigw/index.js 1.74% <50%> (-94.75%) :arrow_down:
compile/rules/index.js 3.17% <0%> (-95.24%) :arrow_down:
compile/servicebindings/index.js 5.12% <0%> (-94.88%) :arrow_down:
compile/packages/index.js 2.7% <0%> (-93.25%) :arrow_down:
compile/triggers/index.js 3.33% <0%> (-91.67%) :arrow_down:
deploy/lib/deployFeeds.js
remove/lib/removePackages.js
deploy/lib/deployPackages.js
compile/schedule/index.js
... and 37 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 fd5b1e8...5b98887. Read the comment docs.