StackStorm / orquestaconvert

Converts Mistral workflows into Orchestra workflows
Apache License 2.0
13 stars 7 forks source link

Convert env access #20

Closed blag closed 5 years ago

blag commented 5 years ago

The script does not yet convert any env() accesses to their Orquesta equivalents. This does a little bit of consolidation/cleanup, adds that functionality to the conversion script, and adds unit tests.

codecov-io commented 5 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #20      +/-   ##
=========================================
+ Coverage   98.57%   98.6%   +0.03%     
=========================================
  Files          12      12              
  Lines         561     574      +13     
=========================================
+ Hits          553     566      +13     
  Misses          8       8
Impacted Files Coverage Δ
orquestaconvert/expressions/jinja.py 100% <ø> (ø) :arrow_up:
orquestaconvert/expressions/base.py 100% <100%> (ø) :arrow_up:
orquestaconvert/expressions/yaql.py 100% <100%> (ø) :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 a39bd93...ef5a442. Read the comment docs.