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

Deprecate print_version() #91

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Deprecate print_version() #91

merged 1 commit into from
Aug 17, 2023

Conversation

jedie
Copy link
Owner

@jedie jedie commented Aug 17, 2023

e.g.:

-from manageprojects.utilities.version_info import print_version
+from cli_base.cli_tools.version_info import print_version

Code moved, see: jedie/cli-base-utilities#6

@jedie jedie force-pushed the dev branch 2 times, most recently from da2f1dc to ba040f9 Compare August 17, 2023 17:15
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Patch coverage: 60.00% and project coverage change: -0.34% ⚠️

Comparison is base (a3ccc02) 77.90% compared to head (da2f1dc) 77.57%.

❗ Current head da2f1dc differs from pull request most recent head ef0420e. Consider uploading reports for the commit ef0420e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
- Coverage   77.90%   77.57%   -0.34%     
==========================================
  Files          34       34              
  Lines        1815     1797      -18     
  Branches      301      299       -2     
==========================================
- Hits         1414     1394      -20     
- Misses        401      403       +2     
Files Changed Coverage Δ
manageprojects/utilities/version_info.py 60.00% <60.00%> (-40.00%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

e.g.:
```
-from manageprojects.utilities.version_info import print_version
+from cli_base.cli_tools.version_info import print_version
```

Code moved, see: jedie/cli-base-utilities#6
@jedie jedie merged commit 7b5e4da into main Aug 17, 2023
3 checks passed
@jedie jedie deleted the dev branch August 17, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant