TestArmada / magellan-saucelabs-executor

magellan test executor for saucelabs
MIT License
2 stars 2 forks source link

add `--sauce_tunnel_config` to support customized flags via config file #5

Closed archlichking closed 7 years ago

archlichking commented 7 years ago

with this PR, sauce executor can read flags from config file, meanwhile previous env variables are still working.

codecov-io commented 7 years ago

Codecov Report

Merging #5 into master will decrease coverage by 0.47%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   88.51%   88.04%   -0.48%     
==========================================
  Files           9        9              
  Lines         444      460      +16     
  Branches       78       85       +7     
==========================================
+ Hits          393      405      +12     
- Misses         51       55       +4
Impacted Files Coverage Δ
lib/executor.js 72.04% <0%> (-4.31%) :arrow_down:
lib/tunnel.js 97.53% <0%> (-0.15%) :arrow_down:
lib/configuration.js 100% <0%> (ø) :arrow_up:
lib/settings.js 100% <0%> (ø) :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 b114cae...5534b95. Read the comment docs.