virtual-google-assistant icon indicating copy to clipboard operation
virtual-google-assistant copied to clipboard

Include proxy support

Open westlakem opened this issue 7 years ago • 1 comments

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.

westlakem avatar Jun 25 '18 15:06 westlakem

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.

codecov[bot] avatar Jun 25 '18 15:06 codecov[bot]