atSCM / atscm-cli

Command line interface for atSCM
4 stars 0 forks source link

feat: Pass options by setting env vars named `ATSCM_{options}={value}` #23

Closed LukasHechenberger closed 7 years ago

LukasHechenberger commented 7 years ago

Fixes #4

codecov-io commented 7 years ago

Codecov Report

Merging #23 into master will increase coverage by 1.49%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   95.95%   97.44%   +1.49%     
==========================================
  Files          14       10       -4     
  Lines         247      196      -51     
==========================================
- Hits          237      191      -46     
+ Misses         10        5       -5
Impacted Files Coverage Δ
src/cli/Options.js 100% <ø> (ø) :arrow_up:
src/cli/commands/Config.js 100% <100%> (ø) :arrow_up:
src/AtSCMCli.js 93.5% <100%> (+0.75%) :arrow_up:
src/lib/error/UsageError.js
src/lib/util/ExternalCommand.js
src/lib/util/Logger.js
src/lib/cli/Option.js

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 19afc94...84bd48f. Read the comment docs.