ZupIT / ritchie-cli

Ritchie CLI is an open-source tool that allows to create, store and share any kind of automation, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://docs.ritchiecli.io
Apache License 2.0
561 stars 104 forks source link

Remove deprecated feature #1047

Closed kelsoncarmozinezup closed 2 years ago

kelsoncarmozinezup commented 2 years ago

Signed-off-by: KelsonCarmozine kelson.carmozine@zup.com.br

Description

Remove stdin and dynamic inputs features


This pull request generated the following artifacts.

To test the health and quality of this implementation, download the respective binary for your operating system, unzip and directly run the binary like the examples below.

Generated at Mon Sep 27 2021 14:42:57 GMT+0000 (Coordinated Universal Time)

codecov-commenter commented 2 years ago

Codecov Report

Merging #1047 (9213a70) into v3 (b15c109) will increase coverage by 0.37%. The diff coverage is 92.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v3    #1047      +/-   ##
==========================================
+ Coverage   83.72%   84.09%   +0.37%     
==========================================
  Files         123      125       +2     
  Lines        4988     4981       -7     
==========================================
+ Hits         4176     4189      +13     
- Misses        537      540       +3     
+ Partials      275      252      -23     
Flag Coverage Δ
unittests 84.09% <92.06%> (+0.37%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/cmd/cmd.go 82.35% <ø> (+2.35%) :arrow_up:
pkg/cmd/formula.go 90.56% <ø> (+1.28%) :arrow_up:
pkg/cmd/root.go 74.59% <ø> (-0.21%) :arrow_down:
pkg/formula/creator/modifier/template_release.go 71.42% <ø> (-28.58%) :arrow_down:
pkg/formula/formula.go 76.47% <ø> (ø)
pkg/formula/input/prompt/prompt.go 90.90% <ø> (+0.72%) :arrow_up:
pkg/formula/repo.go 0.00% <ø> (ø)
pkg/formula/runner/docker/runner.go 87.01% <0.00%> (-0.17%) :arrow_down:
pkg/formula/runner/input_resolver.go 100.00% <ø> (+28.57%) :arrow_up:
pkg/formula/runner/local/runner.go 74.19% <ø> (-0.41%) :arrow_down:
... and 32 more

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 1272417...9213a70. Read the comment docs.