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

Added version command #127

Merged
merged 4 commits into from
Jun 9, 2021
Merged

Added version command #127

merged 4 commits into from
Jun 9, 2021

Conversation

volaya
Copy link
Contributor

@volaya volaya commented Jun 9, 2021

fixes #123

@codecov-commenter
Copy link

codecov-commenter commented Jun 9, 2021

Codecov Report

Merging #127 (4f3ba13) into master (7e67bce) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   85.26%   85.40%   +0.14%     
==========================================
  Files          82       83       +1     
  Lines        2463     2473      +10     
==========================================
+ Hits         2100     2112      +12     
+ Misses        363      361       -2     
Impacted Files Coverage Δ
stactools_cli/stactools/cli/__init__.py 100.00% <100.00%> (ø)
stactools_cli/stactools/cli/commands/version.py 100.00% <100.00%> (ø)
stactools_core/stactools/core/version.py 100.00% <0.00%> (+100.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 7e67bce...4f3ba13. Read the comment docs.

@gadomski gadomski added the enhancement New feature or request label Jun 9, 2021
@gadomski gadomski added this to the v0.1.6 milestone Jun 9, 2021
@gadomski gadomski merged commit 576e4d8 into stac-utils:master Jun 9, 2021
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.

--version option for CLI
4 participants