Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to print the version list of target package #131

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

LinuxSuRen
Copy link
Owner

With this feature, you can print the version list like blew

➜  http-downloader git:(master) ✗ ./bin/hd get jenkins-zh/jenkins-cli --print-version --print-version-count=2 --provider gitee
start to fetch the config
v0.0.38
v0.0.37

fix #129

@LinuxSuRen LinuxSuRen added the enhancement New feature or request label Sep 23, 2021
@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

Merging #131 (ccb8751) into master (ad87434) will decrease coverage by 0.47%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
- Coverage   19.07%   18.60%   -0.48%     
==========================================
  Files          20       20              
  Lines         865      887      +22     
==========================================
  Hits          165      165              
- Misses        685      707      +22     
  Partials       15       15              
Flag Coverage Δ
unittests 18.60% <0.00%> (-0.48%) ⬇️

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

Impacted Files Coverage Δ
cmd/get.go 0.00% <0.00%> (ø)
pkg/release.go 0.00% <0.00%> (ø)

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 ad87434...ccb8751. Read the comment docs.

@LinuxSuRen LinuxSuRen merged commit 2a0d4b1 into master Sep 23, 2021
@LinuxSuRen LinuxSuRen deleted the print-version branch September 23, 2021 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a parameter that lists the versions of the installed target tool
1 participant