StackStorm / orquestaconvert

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

Add --force option to skip validation #6

Closed blag closed 5 years ago

blag commented 5 years ago

The conversion script either converts the workflow and validates it, or bails out.

However, if you are manually converting workflows, it can still be helpful to have the script mostly convert the workflow, and then finish the conversion by hand.

This PR adds a --force option which skips validation.

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   99.68%   99.69%   +<.01%     
==========================================
  Files           9        9              
  Lines         322      332      +10     
==========================================
+ Hits          321      331      +10     
  Misses          1        1
Impacted Files Coverage Δ
orquestaconvert/workflows/base.py 100% <100%> (ø) :arrow_up:
orquestaconvert/client.py 97.36% <100%> (+0.14%) :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 dfb24c5...02f965c. Read the comment docs.