Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

feat: move 'pipeline ci' command to ci #380

Merged
merged 4 commits into from
Dec 21, 2020
Merged

Conversation

profclems
Copy link
Owner

@profclems profclems commented Dec 21, 2020

Resolves #372

@profclems profclems changed the title feat: move pipeline ci command to ci feat: move 'pipeline ci' command to ci Dec 21, 2020
@codecov
Copy link

codecov bot commented Dec 21, 2020

Codecov Report

Merging #380 (53f095c) into trunk (a3fda2e) will increase coverage by 6.26%.
The diff coverage is 62.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##            trunk     #380      +/-   ##
==========================================
+ Coverage   46.62%   52.89%   +6.26%     
==========================================
  Files         116       71      -45     
  Lines        6224     4526    -1698     
==========================================
- Hits         2902     2394     -508     
+ Misses       2998     1897    -1101     
+ Partials      324      235      -89     
Impacted Files Coverage Δ
commands/alias/expand/alias_expand.go 39.21% <0.00%> (ø)
commands/auth/login/login.go 46.45% <0.00%> (+8.38%) ⬆️
commands/ci/lint/lint.go 0.00% <0.00%> (ø)
commands/ci/view/view.go 48.00% <0.00%> (ø)
commands/cmdutils/cmdutils.go 0.00% <0.00%> (ø)
commands/cmdutils/factory.go 0.00% <0.00%> (-69.24%) ⬇️
commands/config/config.go 37.93% <0.00%> (-23.81%) ⬇️
commands/project/archive/repo_archive.go 0.00% <0.00%> (-26.03%) ⬇️
commands/project/create/project_create.go 0.00% <0.00%> (-11.28%) ⬇️
internal/config/config.go 0.00% <0.00%> (ø)
... and 88 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 5280a3e...53f095c. Read the comment docs.

@profclems profclems merged commit 185e736 into trunk Dec 21, 2020
@profclems profclems deleted the ch-pipeline-command branch December 21, 2020 12:51
@profclems profclems added cmd: pipeline/ci related to pipeline or ci command enhancement New feature or request labels Dec 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cmd: pipeline/ci related to pipeline or ci command enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use 'ci' as alias to 'pipeline' and deprecate 'pipeline ci'
1 participant