bespoken / virtual-google-assistant

🤖 Easily test and debug Actions on Google programmatically https://bespoken.io
Apache License 2.0
23 stars 10 forks source link

Include proxy support #28

Open westlakem opened 6 years ago

westlakem commented 6 years ago

Our workspace required us to go through proxy authentication to hit an outside server (which is where our code is stored). This PR is what allowed us to use this package through the proxy.

codecov[bot] commented 6 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.17%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
- Coverage   93.51%   93.33%   -0.18%     
==========================================
  Files          14       14              
  Lines         447      450       +3     
  Branches       45       46       +1     
==========================================
+ Hits          418      420       +2     
- Misses         29       30       +1
Impacted Files Coverage Δ
src/Invoker.ts 89.7% <75%> (-1.07%) :arrow_down:

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 d119bc5...71229bb. Read the comment docs.